diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e3eee29..fcb4f1d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - some unneeded cursor icons removed from the apps table - some icons replaced +- Distribution + - AppImage: -~9% size reduction (96.32 MB -> 88.16 MB) + ### Fixes - General - not accepting blank root passwords [#235](https://github.com/vinifmor/bauh/issues/235) @@ -68,6 +71,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - UI - some package icons would not appear if there is no URL associated with them + ## [0.9.28] 2022-02-14 diff --git a/linux_dist/appimage/AppImageBuilder.yml b/linux_dist/appimage/AppImageBuilder.yml index 236fcbfa..f2bc223b 100755 --- a/linux_dist/appimage/AppImageBuilder.yml +++ b/linux_dist/appimage/AppImageBuilder.yml @@ -55,12 +55,11 @@ AppDir: - pip3 install pyqt5 --prefix=/usr --root=AppDir || exit 1 - cd AppDir/usr/lib/python3.8/site-packages/PyQt5/Qt5/plugins || exit 1 - rm -rf audio gamepad gamepads geoservices printsupport sceneparsers sensorgestures sensors sqldrivers texttospeech webview || exit 1 - - cd ../ - - cd lib/ || exit 1 + - cd ../lib/ || exit 1 - rm libQt5Bluetooth.so.5 libQt5Designer.so.5 libQt5Multimedia.so.5 libQt5MultimediaGstTools.so.5 libQt5MultimediaWidgets.so.5 || exit 1 - rm libQt5Quick3D.so.5 libQt5Quick3DAssetImport.so.5 libQt5Quick3DRender.so.5 libQt5Quick3DRuntimeRender.so.5 libQt5QuickTest.so.5 || exit 1 - rm libQt5Quick3DUtils.so.5 libQt5PrintSupport.so.5 libQt5SerialPort.so.5 libQt5Sql.so.5 libQt5Sensors.so.5 libQt5Test.so.5 libQt5WebView.so.5 || exit 1 - + - rm libQt5Quick.so.5 libQt5Location.so.5 libQt5QuickTemplates2.so.5 || exit 1 runtime: version: "v1.2.5"