Merge remote-tracking branch 'upstream/cooker-0.8.0b' into cooker-0.8.0b-icenine451

This commit is contained in:
icenine451 2024-03-12 10:11:11 -04:00
commit 800b039ed2
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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.