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