From 13237452396bb986e90d133f200482c5f972baa2 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 26 Jul 2024 13:55:21 +0900 Subject: [PATCH] Cemu: fixing wrapper installation --- 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 497019b6..4068ab6b 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -565,6 +565,7 @@ modules: - rm -rf "squashfs-root/usr/lib/girepository-1.0" # causes issues, I think we already have this - mv "squashfs-root/usr/lib/"* "${FLATPAK_DEST}/retrodeck/tmplib" - cp -r squashfs-root/usr/* "${FLATPAK_DEST}" + - install -Dm755 Cemu-wrapper "${FLATPAK_DEST}/bin/" #TODO: do we need this wrapper? squashfs-root/apprun-hooks/linuxdeploy-plugin-gtk.sh sources: - type: file @@ -580,7 +581,6 @@ modules: done done Cemu_relwithdebinfo "$@" - dest: /app/bin dest-filename: Cemu-wrapper # Cemu - END