mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-24 23:15:39 +00:00
MANIFEST: adding --headless to gotod command
This commit is contained in:
parent
957459936e
commit
7d95e05598
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue