mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
Actually fix Configurator location
This commit is contained in:
parent
bee35c1458
commit
0536dc3fc5
|
@ -1613,7 +1613,7 @@
|
|||
<system>
|
||||
<name>tools</name>
|
||||
<fullname>RetroDECK Tools</fullname>
|
||||
<path>/app/bin/tools</path>
|
||||
<path>/app/tools</path>
|
||||
<extension>.sh .SH</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<platform>tools</platform>
|
||||
|
|
|
@ -1066,10 +1066,10 @@ modules:
|
|||
- chmod +x /app/bin/retrodeck.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
|
||||
- mkdir -p /app/tools
|
||||
- cp tools/configurator.sh /app/tools/configurator.sh
|
||||
- chmod +x /app/tools/configurator.sh
|
||||
- cp es-configs/tools-gamelist.xml /app/tools/tools-gamelist.xml
|
||||
|
||||
# Function libraries
|
||||
- mkdir -p /app/libexec
|
||||
|
|
Loading…
Reference in a new issue