mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
appimage: Do not bundle libQt6OpenGL
This commit is contained in:
parent
43478965b4
commit
04c3dc6b65
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue