mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-24 23:15:39 +00:00
MANIFEST: it seems like that the godot runtime is not giving us the command "godot" adding it manually
This commit is contained in:
parent
11cde18979
commit
fb92597607
|
@ -161,12 +161,20 @@ modules:
|
|||
- name: retrodeck-configurator
|
||||
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"
|
||||
- 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"
|
||||
- install -Dm755 "godot-configurator.sh" "/app/bin/"
|
||||
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/godotengine/godot/releases/download/4.2.2-stable/Godot_v4.2.2-stable_linux.x86_64.zip
|
||||
sha245: 69eb9881e1b82ab93924c83106a7c031497f252bc0c08e199e4da6380072d6ef
|
||||
- type: git
|
||||
url: https://github.com/RetroDECK/RetroDECK.git
|
||||
branch: THISBRANCH
|
||||
|
||||
# RetroArch
|
||||
# https://retroarch.com/index.php?page=platforms
|
||||
|
||||
|
|
Loading…
Reference in a new issue