From d9c03f4421a8edfbf9f52d0f62c1ec6154345de8 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 19 Aug 2024 20:53:59 +0900 Subject: [PATCH] MANIFEST: updated GODOT engine to 4.3 stable - fix --- net.retrodeck.retrodeck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index d0ff6db0..9d3b4fe6 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -158,13 +158,13 @@ modules: - name: retrodeck-configurator buildsystem: simple build-commands: - - install -Dm755 "Godot_v4.2.2-stable_linux.x86_64" "${FLATPAK_DEST}/bin/godot" + - install -Dm755 "Godot_*-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" - - echo 'godot-runner --main-pack /app/retrodeck/configurator.pck' >> "godot-configurator.sh" + - echo 'godot --main-pack /app/retrodeck/configurator.pck' >> "godot-configurator.sh" - install -Dm755 "godot-configurator.sh" "/app/bin/" sources: - type: archive