mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +00:00
MANFEST: removing cemu lib
This commit is contained in:
parent
24699e0e40
commit
e50a9c28c0
|
@ -578,6 +578,7 @@ modules:
|
|||
- chmod +x *.AppImage
|
||||
- ./*.AppImage --appimage-extract
|
||||
- mkdir -p "${FLATPAK_DEST}/usr/local/lib"
|
||||
- rm -rf "squashfs-root/usr/lib/girepository-1.0" # causes issues, I think we already have this
|
||||
- mv "squashfs-root/usr/lib/"* "${FLATPAK_DEST}/usr/local/lib"
|
||||
- cp -r squashfs-root/usr/* "${FLATPAK_DEST}"
|
||||
#TODO: do we need this wrapper? squashfs-root/apprun-hooks/linuxdeploy-plugin-gtk.sh
|
||||
|
|
Loading…
Reference in a new issue