File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,12 @@ mkdir -p ./AppDir && (
7676
7777echo " Debloating package..."
7878rm -rfv \
79- ./AppDir/lib/python* /site-packages/PyQt* /Qt* /qml \
80- ./AppDir/lib/python* /site-packages/PyQt* /Qt* /plugins/geoservices \
79+ ./AppDir/lib/python* /site-packages/PyQt* /Qt* /qml \
80+ ./AppDir/lib/python* /site-packages/PyQt* /Qt* /lib/libQt5Qml.so* \
81+ ./AppDir/lib/python* /site-packages/PyQt* /Qt* /lib/libQt5Quick.so* \
82+ ./AppDir/lib/python* /site-packages/PyQt* /Qt* /lib/libQt5Designer.so* \
83+ ./AppDir/lib/python* /site-packages/PyQt* /Qt* /lib/libQt5XmlPatterns.so* \
84+ ./AppDir/lib/python* /site-packages/PyQt* /Qt* /plugins/geoservices \
8185 ./AppDir/lib/python* /site-packages/PyQt* /Qt* /plugins/assetimporters
8286
8387VERSION=" $( xvfb-run -a -- ./AppDir/AppRun --version | awk ' {print $NF; exit}' ) "
You can’t perform that action at this time.
0 commit comments