mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
appimage: Do not bundle unused Qt6 libraries
This commit is contained in:
parent
04d833d3e6
commit
2438e975e7
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue