mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-30 03:55:39 +00:00
Cemu: fixing wrapper installation
This commit is contained in:
parent
ec050f4f82
commit
1323745239
|
@ -565,6 +565,7 @@ modules:
|
||||||
- rm -rf "squashfs-root/usr/lib/girepository-1.0" # causes issues, I think we already have this
|
- 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"
|
- mv "squashfs-root/usr/lib/"* "${FLATPAK_DEST}/retrodeck/tmplib"
|
||||||
- cp -r squashfs-root/usr/* "${FLATPAK_DEST}"
|
- 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
|
#TODO: do we need this wrapper? squashfs-root/apprun-hooks/linuxdeploy-plugin-gtk.sh
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
|
@ -580,7 +581,6 @@ modules:
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
Cemu_relwithdebinfo "$@"
|
Cemu_relwithdebinfo "$@"
|
||||||
dest: /app/bin
|
|
||||||
dest-filename: Cemu-wrapper
|
dest-filename: Cemu-wrapper
|
||||||
|
|
||||||
# Cemu - END
|
# Cemu - END
|
||||||
|
|
Loading…
Reference in a new issue