On branch feat/godot-configurator

Changes to be committed:
	modified:   net.retrodeck.retrodeck.yml
This commit is contained in:
monkeyx-net 2024-08-06 11:43:02 +01:00
parent d0307f5e92
commit 18cfbb6510

View file

@ -165,13 +165,10 @@ modules:
url: https://github.com/monkeyx-net/RetroDECK_UK/releases/download/RetroDECK-Configurator-v0.5/RetroDECK-Configurator.tar.gz
sha256: 9fcdc7f9355f815f062064096b65e47cd976d0375ec0b670386393537e35bcc2
strip-components: 3
- type: script
dest-filename: godot-configurator.sh
commands:
- echo '#!/bin/sh' > godot-configurator.sh
- echo 'godot-runner --main-pack /app/bin/RetroDECK-Configurator.pck' >> godot-configurator.sh
build-commands:
- echo '#!/bin/sh' > godot-configurator.sh
- echo 'godot-runner --main-pack /app/bin/RetroDECK-Configurator.pck' >> godot-configurator.sh
- install -Dm644 RetroDECK-Configurator.pck /app/bin/RetroDECK-Configurator.pck
- install -Dm66 godot-configurator.sh /app/bin