mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-29 19:45:38 +00:00
Reverted tools edit
This commit is contained in:
parent
a0e9407ae7
commit
2ac4045c99
|
@ -1352,7 +1352,7 @@
|
|||
<system>
|
||||
<name>tools</name>
|
||||
<fullname>RetroDECK Tools</fullname>
|
||||
<path>/var/config/retrodeck/.tools</path>
|
||||
<path>/var/config/retrodeck/tools</path>
|
||||
<extension>.sh .SH</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<platform>tools</platform>
|
||||
|
|
|
@ -57,9 +57,8 @@ then
|
|||
mkdir -p ~/retrodeck/states
|
||||
mkdir -p ~/retrodeck/screenshots
|
||||
mkdir -p ~/retrodeck/bios
|
||||
mkdir -p ~/retrodeck/.tools
|
||||
|
||||
cp -r /app/retrodeck/tools/* /var/config/retrodeck/.tools/
|
||||
cp -r /app/retrodeck/tools/* /var/config/retrodeck/tools/
|
||||
|
||||
rm -rf /var/config/retroarch/system
|
||||
ln -s ~/retrodeck/bios /var/config/retroarch/system
|
||||
|
|
Loading…
Reference in a new issue