mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
appimage: Do not bundle libvulkan.so
Causes issues with gamescope, see https://github.com/RPCS3/rpcs3/issues/14917
This commit is contained in:
parent
bb809c865f
commit
0334243a69
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user