mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-24 15:05:39 +00:00
MANIFEST: trying the missing --import for godot configurator
This commit is contained in:
parent
ff88506813
commit
62c392e314
|
@ -163,6 +163,7 @@ modules:
|
|||
build-commands:
|
||||
- install -Dm755 "Godot_v4.2.2-stable_linux.x86_64" "${FLATPAK_DEST}/bin/godot"
|
||||
- mkdir -p "${FLATPAK_DEST}/retrodeck"
|
||||
- godot --headless --path "tools/configurator" --import
|
||||
- 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"
|
||||
|
|
Loading…
Reference in a new issue