MANIFEST: fixes for retrodeck-configurator module

This commit is contained in:
XargonWan 2024-08-08 11:48:59 +09:00
parent 7d95e05598
commit e69fa031db

View file

@ -162,8 +162,9 @@ modules:
buildsystem: simple
build-commands:
- install -Dm755 "Godot_v4.2.2-stable_linux.x86_64" "${FLATPAK_DEST}/bin/godot"
- godot --headless --export-pack "Linux/X11 64-bit" "tools/configurator/configurator.pck"
- install -Dm755 "tools/configurator/configurator.pck" "${FLATPAK_DEST}/retrodeck/"
- mkdir -p "${FLATPAK_DEST}/retrodeck"
- godot --headless --path "tools/configurator" --export-pack "Linux/X11 64-bit" "${FLATPAK_DEST}/retrodeck/configurator.pck"
- chmod +x "${FLATPAK_DEST}/retrodeck/configurator.pck"
- echo '#!/bin/sh' > "godot-configurator.sh"
- echo 'godot-runner --main-pack /app/retrodeck/configurator.pck' >> "godot-configurator.sh"
- install -Dm755 "godot-configurator.sh" "/app/bin/"
@ -171,6 +172,9 @@ modules:
- type: archive
url: https://github.com/godotengine/godot/releases/download/4.2.2-stable/Godot_v4.2.2-stable_linux.x86_64.zip
sha256: 69eb9881e1b82ab93924c83106a7c031497f252bc0c08e199e4da6380072d6ef
- type: archive
url: https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.15.0.tar.gz
sha256: f5f359d6332861bd497570848fcb42520964a9e83d5e3abe397b6b6db9bcaaf4
- type: git
url: https://github.com/RetroDECK/RetroDECK.git
branch: THISBRANCH