appimage: Do not bundle libvulkan.so

Causes issues with gamescope, see 
https://github.com/RPCS3/rpcs3/issues/14917
This commit is contained in:
Ani 2024-03-05 17:54:47 +00:00
parent bb809c865f
commit 0334243a69

View File

@ -17,6 +17,9 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then
# Remove libwayland-client because it has platform-dependent exports and breaks other OSes
rm -f ./AppDir/usr/lib/libwayland-client.so*
# Remove libvulkan because it causes issues with gamescope
rm -f ./AppDir/usr/lib/libvulkan.so*
# Remove git directory containing local commit history file
rm -rf ./AppDir/usr/share/rpcs3/git