1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Allow app paths (from ssokolow's flatpak implementation).

This commit is contained in:
Joe R 2022-10-07 18:57:24 -04:00
parent 3cd6b6ecb2
commit 48684d316c

View file

@ -61,6 +61,7 @@ DATA_DIRS = []
# you can add your extra directories here
if os.name == 'posix':
DATA_DIRS = [
'/app/share/PySolFC',
'/usr/share/PySolFC',
'/usr/local/share/PySolFC',
'/usr/share/games/PySolFC',