MANIFEST: adding --headless to gotod command

This commit is contained in:
XargonWan 2024-08-08 10:42:32 +09:00
parent 957459936e
commit 7d95e05598

View file

@ -162,7 +162,7 @@ modules:
buildsystem: simple
build-commands:
- install -Dm755 "Godot_v4.2.2-stable_linux.x86_64" "${FLATPAK_DEST}/bin/godot"
- godot --export-pack "Linux/X11 64-bit" "tools/configurator/configurator.pck"
- godot --headless --export-pack "Linux/X11 64-bit" "tools/configurator/configurator.pck"
- install -Dm755 "tools/configurator/configurator.pck" "${FLATPAK_DEST}/retrodeck/"
- echo '#!/bin/sh' > "godot-configurator.sh"
- echo 'godot-runner --main-pack /app/retrodeck/configurator.pck' >> "godot-configurator.sh"