mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 03:34:15 +02:00
Fix: loading resources from .local/share/fpakman/resources
This commit is contained in:
@@ -8,6 +8,6 @@ app_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|||||||
def get_path(resource_path):
|
def get_path(resource_path):
|
||||||
|
|
||||||
if os.path.exists(local_resource_path):
|
if os.path.exists(local_resource_path):
|
||||||
return local_resource_path + resource_path
|
return local_resource_path + '/' + resource_path
|
||||||
else:
|
else:
|
||||||
return app_dir + '/resources/' + resource_path
|
return app_dir + '/resources/' + resource_path
|
||||||
|
|||||||
Reference in New Issue
Block a user