mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 09:44:15 +02:00
resources fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import os
|
import os
|
||||||
import getpass
|
from pathlib import Path
|
||||||
|
|
||||||
local_resource_path = '/home/{}/.local/share/fpakman/resources'.format(getpass.getuser())
|
local_resource_path = '{}/.local/share/fpakman/resources'.format(str(Path.home()))
|
||||||
app_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
app_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user