mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
Merge remote-tracking branch 'upstream/cooker-0.8.0b' into cooker-0.8.0b-icenine451
This commit is contained in:
commit
800b039ed2
|
@ -14,7 +14,7 @@ if [ -d "$flatpak_user_installation" ]; then
|
||||||
echo "RetroDECK is installed in user mode, proceeding."
|
echo "RetroDECK is installed in user mode, proceeding."
|
||||||
app="$flatpak_user_installation"
|
app="$flatpak_user_installation"
|
||||||
elif [ -d "$flatpak_system_installation" ]; then
|
elif [ -d "$flatpak_system_installation" ]; then
|
||||||
echo "RetroDECK is installed in user mode, proceeding."
|
echo "RetroDECK is installed in system mode, proceeding."
|
||||||
app="$flatpak_system_installation"
|
app="$flatpak_system_installation"
|
||||||
else
|
else
|
||||||
echo "RetroDECK installation not found, quitting"
|
echo "RetroDECK installation not found, quitting"
|
||||||
|
|
|
@ -6,7 +6,7 @@ Path=.
|
||||||
Path=$DOOMWADDIR
|
Path=$DOOMWADDIR
|
||||||
Path=$HOME
|
Path=$HOME
|
||||||
Path=$PROGDIR
|
Path=$PROGDIR
|
||||||
Path=/home/jay/retrodeck/roms/doom
|
Path=RETRODECKROMSDIR/doom
|
||||||
Path=/app/share/games/doom/
|
Path=/app/share/games/doom/
|
||||||
|
|
||||||
# These are the directories to search for wads added with the -file
|
# These are the directories to search for wads added with the -file
|
||||||
|
@ -16,7 +16,7 @@ Path=/app/share/games/doom/
|
||||||
Path=$PROGDIR
|
Path=$PROGDIR
|
||||||
Path=$DOOMWADDIR
|
Path=$DOOMWADDIR
|
||||||
Path=/var/config/gzdoom
|
Path=/var/config/gzdoom
|
||||||
Path=/home/jay/retrodeck/roms/doom
|
Path=RETRODECKROMSDIR/doom
|
||||||
Path=/app/share/games/doom/
|
Path=/app/share/games/doom/
|
||||||
|
|
||||||
# These are the directories to search for soundfonts that let listed in the menu.
|
# These are the directories to search for soundfonts that let listed in the menu.
|
||||||
|
|
Loading…
Reference in a new issue