Merge branch 'cooker-0.6.3b-icenine451' of https://github.com/icenine451/RetroDECK into cooker-0.6.3b-icenine451

This commit is contained in:
icenine451 2023-03-21 08:36:26 -04:00
commit cebf0011b9
3 changed files with 8 additions and 7 deletions

View file

@ -1,10 +1,10 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<gameList> <gameList>
<game> <game>
<path>./configurator.sh</path> <path>/app/bin/configurator.sh</path>
<name>RetroDECK Configurator</name> <name>RetroDECK Configurator</name>
<desc>Change settings, move folders and more!</desc> <desc>Change settings, move folders and more!</desc>
<nogamecount>true</nogamecount> <nogamecount>true</nogamecount>
<nomultiscrape>true</nomultiscrape> <nomultiscrape>true</nomultiscrape>
</game> </game>
</gameList> </gameList>

View file

@ -574,7 +574,7 @@ modules:
- --disable-avrcp - --disable-avrcp
- --disable-network - --disable-network
- --disable-obex - --disable-obex
- --disable-bap - --disable-bap
- --disable-mcp - --disable-mcp
- --with-dbusconfdir=/app/etc - --with-dbusconfdir=/app/etc
- --with-dbussessionbusdir=/app/usr/lib/system-services - --with-dbussessionbusdir=/app/usr/lib/system-services
@ -1054,7 +1054,7 @@ modules:
- cp es-configs/es_settings.xml ${FLATPAK_DEST}/retrodeck/es_settings.xml - cp es-configs/es_settings.xml ${FLATPAK_DEST}/retrodeck/es_settings.xml
# Logo, res, move graphics directory to mutable space so splash can be changed after build # Logo, res, move graphics directory to mutable space so splash can be changed after build
- mv -f -t ${FLATPAK_DEST}/emulationstation /app/share/emulationstation/resources/graphics - mv -f -t ${FLATPAK_DEST}/emulationstation /app/share/emulationstation/resources/graphics
- ln -s ${FLATPAK_DEST}/emulationstation/graphics /app/share/emulationstation/resources/graphics - ln -s ${FLATPAK_DEST}/emulationstation/graphics /app/share/emulationstation/resources/graphics
- cp -f res/extra-splashes/* ${FLATPAK_DEST}/emulationstation/graphics - cp -f res/extra-splashes/* ${FLATPAK_DEST}/emulationstation/graphics
- cp -f res/splash.svg ${FLATPAK_DEST}/emulationstation/graphics/splash.svg - cp -f res/splash.svg ${FLATPAK_DEST}/emulationstation/graphics/splash.svg
@ -1062,12 +1062,13 @@ modules:
- cp -f res/icon.svg /app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg - cp -f res/icon.svg /app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg
# Tools # Tools
- mkdir -p ${FLATPAK_DEST}/retrodeck/tools/
- cp tools/* ${FLATPAK_DEST}/retrodeck/tools/
- mv -f es-configs/tools-gamelist.xml ${FLATPAK_DEST}/retrodeck/ - mv -f es-configs/tools-gamelist.xml ${FLATPAK_DEST}/retrodeck/
# Launchable scripts
- cp retrodeck.sh /app/bin/retrodeck.sh - cp retrodeck.sh /app/bin/retrodeck.sh
- chmod +x /app/bin/retrodeck.sh - chmod +x /app/bin/retrodeck.sh
- cp tools/configurator.sh /app/bin/configurator.sh
- chmod +x /app/bin/configurator.sh
# Function libraries # Function libraries
- mkdir -p /app/libexec - mkdir -p /app/libexec

View file

@ -45,7 +45,7 @@ https://retrodeck.net
exit exit
;; ;;
--configurator*) --configurator*)
sh /var/config/retrodeck/tools/configurator.sh sh /app/bin/configurator.sh
exit exit
;; ;;
--reset-emulator*) --reset-emulator*)