From 8916470a277e131f9e2daf6d2ca43409f11deddf Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 18 Apr 2023 10:15:49 +0000 Subject: [PATCH] DUCKSTATION: path fixed --- net.retrodeck.retrodeck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index c782d838..3a47df87 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -966,7 +966,7 @@ modules: - ./DuckStation-x64*.AppImage --appimage-extract - mkdir -p "${FLATPAK_DEST}/duckstation" - cp -r squashfs-root/* "${FLATPAK_DEST}/duckstation" - - ln -s "${FLATPAK_DEST}/duckstation/usr/bin/duckstation" "${FLATPAK_DEST}/bin/duckstation" + - ln -s "${FLATPAK_DEST}/duckstation/usr/bin/duckstation-qt" "${FLATPAK_DEST}/bin/duckstation-qt" sources: - type: file url: https://github.com/stenzek/duckstation/releases/download/preview/DuckStation-x64.AppImage