mirror of
https://github.com/mupen64plus/mupen64plus-ui-python.git
synced 2025-04-02 10:51:53 -04:00
Add /app to plugin search dirs
This commit is contained in:
parent
b7fcc10a1c
commit
5b9dc305e0
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ if sys.platform.startswith("linux"):
|
|||
"/usr/games/lib/mupen64plus",
|
||||
"/usr/lib/x86_64-linux-gnu/mupen64plus",
|
||||
"/usr/lib/i386-linux-gnu/mupen64plus",
|
||||
"/app/lib/mupen64plus",
|
||||
"."
|
||||
]
|
||||
elif "bsd" in sys.platform:
|
||||
|
|
Loading…
Add table
Reference in a new issue