appimage: Do not bundle unused Qt6 libraries
This commit is contained in:
@@ -25,6 +25,10 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then
|
|||||||
# Remove libvulkan because it causes issues with gamescope
|
# Remove libvulkan because it causes issues with gamescope
|
||||||
rm -f ./AppDir/usr/lib/libvulkan.so*
|
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
|
# Remove git directory containing local commit history file
|
||||||
rm -rf ./AppDir/usr/share/rpcs3/git
|
rm -rf ./AppDir/usr/share/rpcs3/git
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user