PCSX2: removing troublesome file

This commit is contained in:
XargonWan 2024-07-21 09:59:42 +09:00
parent 924d50abe3
commit 40ee41c35a

View file

@ -468,6 +468,7 @@ modules:
build-commands:
- chmod +x *.AppImage
- ./*.AppImage --appimage-extract
- rm -f /app/lib/libselinux.so.1 # TODO this rfile is breaking the build, we need it? Error: cp: /app/lib/libselinux.so.1: no version information available (required by cp)
- cp -r squashfs-root/usr/* "${FLATPAK_DEST}"
sources:
- type: file