From fb92597607c7278f8534a82dc52e6324f45c428a Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 8 Aug 2024 10:24:26 +0900 Subject: [PATCH] MANIFEST: it seems like that the godot runtime is not giving us the command "godot" adding it manually --- net.retrodeck.retrodeck.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index fdcb4da6..775c291f 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -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