From 0722f955e0e4e134da2fbc616e744f4b942ada2b Mon Sep 17 00:00:00 2001 From: Ani Date: Sun, 6 Apr 2025 11:46:27 +0200 Subject: [PATCH] appimage: Do not bundle unused Qt6 libraries --- .ci/deploy-linux.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci/deploy-linux.sh b/.ci/deploy-linux.sh index 38a1d3e05c..a4e278ba63 100755 --- a/.ci/deploy-linux.sh +++ b/.ci/deploy-linux.sh @@ -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