first check data/ else use system appdata/share directory.
This commit is contained in:
@@ -13,5 +13,5 @@ def appdata_dir():
|
||||
raise Exception("Unknown system")
|
||||
|
||||
def get_resource_path(*args):
|
||||
return os.path.join(appdata_dir(), *args)
|
||||
return os.path.join(".", *args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user