diff --git a/CI/build-appimg-aarch64.sh b/CI/build-appimg-aarch64.sh index 5a4c82a8d2..7a5c7e7e75 100755 --- a/CI/build-appimg-aarch64.sh +++ b/CI/build-appimg-aarch64.sh @@ -58,6 +58,7 @@ cp CI/librecad.svg appdir/usr/share/icons/hicolor/scalable/apps/ convert -resize 256x256 CI/librecad.svg appdir/usr/share/icons/hicolor/256x256/apps/librecad.png export QMAKE=$(which qmake6) +export EXTRA_QT_MODULES=svg wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous -O - | grep "appimagetool-.*-aarch64.AppImage" | head -n 1 | cut -d '"' -f 2) chmod +x appimagetool-*.AppImage