fix: use latest stable appimagetool build

This commit is contained in:
Erica Marigold 2023-08-05 13:36:11 +05:30 committed by GitHub
parent 562b41b3ef
commit fabf314f1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ jobs:
apt update
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$(uname -m).AppImage -O /usr/bin/appimagetool
wget https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-$(uname -m).AppImage -O /usr/bin/appimagetool
chmod a+x /usr/bin/appimagetool
cd /build/lune.AppDir