mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
appimage: Do not bundle libQt6OpenGL
This commit is contained in:
parent
cc84ebf8c2
commit
b3bbd939e3
|
|
@ -26,6 +26,7 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then
|
|||
rm -f ./AppDir/usr/lib/libvulkan.so*
|
||||
|
||||
# Remove unused Qt6 libraries
|
||||
rm -f ./AppDir/usr/lib/libQt6OpenGL.so*
|
||||
rm -f ./AppDir/usr/lib/libQt6Qml*.so*
|
||||
rm -f ./AppDir/usr/lib/libQt6Quick.so*
|
||||
rm -f ./AppDir/usr/lib/libQt6VirtualKeyboard.so*
|
||||
|
|
|
|||
Loading…
Reference in a new issue