mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
fix: now all the tools are copied in /app/tools
This commit is contained in:
parent
4639379ebf
commit
3b7501e695
|
@ -1293,10 +1293,8 @@ modules:
|
|||
|
||||
# Tools
|
||||
- mkdir -p /app/tools
|
||||
- cp tools/configurator.sh /app/tools/configurator.sh
|
||||
- chmod +x /app/tools/configurator.sh
|
||||
- cp tools/retrodeck_function_wrapper.sh /app/tools/retrodeck_function_wrapper.sh
|
||||
- chmod +x /app/tools/retrodeck_function_wrapper.sh
|
||||
- cp -r tools/** /app/tools
|
||||
- find /app/tools -name '*.py|*.sh' -exec chmod +x {} \;
|
||||
|
||||
# Function libraries
|
||||
- mkdir -p /app/libexec
|
||||
|
|
Loading…
Reference in a new issue