mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +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
|
# Tools
|
||||||
- mkdir -p /app/tools
|
- mkdir -p /app/tools
|
||||||
- cp tools/configurator.sh /app/tools/configurator.sh
|
- cp -r tools/** /app/tools
|
||||||
- chmod +x /app/tools/configurator.sh
|
- find /app/tools -name '*.py|*.sh' -exec chmod +x {} \;
|
||||||
- cp tools/retrodeck_function_wrapper.sh /app/tools/retrodeck_function_wrapper.sh
|
|
||||||
- chmod +x /app/tools/retrodeck_function_wrapper.sh
|
|
||||||
|
|
||||||
# Function libraries
|
# Function libraries
|
||||||
- mkdir -p /app/libexec
|
- mkdir -p /app/libexec
|
||||||
|
|
Loading…
Reference in a new issue