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:
parent
3cd6b6ecb2
commit
48684d316c
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue