mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Fix broken Configurator location
This commit is contained in:
parent
872d2e65b7
commit
5f6339e4e5
|
@ -1613,7 +1613,7 @@
|
|||
<system>
|
||||
<name>tools</name>
|
||||
<fullname>RetroDECK Tools</fullname>
|
||||
<path>/var/config/retrodeck/tools</path>
|
||||
<path>/app/bin/tools</path>
|
||||
<extension>.sh .SH</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<platform>tools</platform>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<gameList>
|
||||
<game>
|
||||
<path>/app/bin/configurator.sh</path>
|
||||
<path>./configurator.sh</path>
|
||||
<name>RetroDECK Configurator</name>
|
||||
<desc>Change settings, move folders and more!</desc>
|
||||
<nogamecount>true</nogamecount>
|
||||
|
|
|
@ -1061,14 +1061,15 @@ modules:
|
|||
- cp -f res/splash.svg ${FLATPAK_DEST}/emulationstation/graphics/splash-orig.svg
|
||||
- cp -f res/icon.svg /app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg
|
||||
|
||||
# Tools
|
||||
- mv -f es-configs/tools-gamelist.xml ${FLATPAK_DEST}/retrodeck/
|
||||
|
||||
# Launchable scripts
|
||||
# RetroDECK core script
|
||||
- cp retrodeck.sh /app/bin/retrodeck.sh
|
||||
- chmod +x /app/bin/retrodeck.sh
|
||||
- cp tools/configurator.sh /app/bin/configurator.sh
|
||||
|
||||
# Tools
|
||||
- mkdir -p /app/bin/tools
|
||||
- cp tools/configurator.sh /app/bin/tools/configurator.sh
|
||||
- chmod +x /app/bin/configurator.sh
|
||||
- cp es-configs/tools-gamelist.xml /app/bin/tools/tools-gamelist.xml
|
||||
|
||||
# Function libraries
|
||||
- mkdir -p /app/libexec
|
||||
|
|
Loading…
Reference in a new issue