mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-16 04:09:07 +00:00
appimage: Do not bundle unused Qt6 libraries
This commit is contained in:
parent
04d833d3e6
commit
2438e975e7
@ -25,6 +25,10 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then
|
||||
# Remove libvulkan because it causes issues with gamescope
|
||||
rm -f ./AppDir/usr/lib/libvulkan.so*
|
||||
|
||||
# Remove unused Qt6 libraries
|
||||
rm -f ./AppDir/usr/lib/libQt6Qml*.so*
|
||||
rm -f ./AppDir/usr/lib/libQt6Quick.so*
|
||||
|
||||
# Remove git directory containing local commit history file
|
||||
rm -rf ./AppDir/usr/share/rpcs3/git
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user