Skip to content

Commit

Permalink
Update build-appimg-aarch64.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli authored Jan 26, 2025
1 parent 603a3fa commit b512b89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CI/build-appimg-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ cp -r librecad/support/patterns appdir/usr/share/librecad/
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)

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
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-aarch64.AppImage
Expand Down

0 comments on commit b512b89

Please sign in to comment.