mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
Move Configurator to RO space
This commit is contained in:
parent
8ce300527c
commit
8147a64cd8
|
@ -1,7 +1,7 @@
|
||||||
<?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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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*)
|
||||||
|
|
Loading…
Reference in a new issue