chore(actions): update appimagetool download url to a newer version

This commit is contained in:
Erica Marigold 2025-05-01 07:29:15 +01:00 committed by GitHub
parent 231f6468e8
commit ecbcc57041
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

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