mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-05-03 17:43:46 +01:00
chore(actions): update appimagetool download url to a newer version
This commit is contained in:
parent
231f6468e8
commit
ecbcc57041
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appimage.yaml
vendored
2
.github/workflows/appimage.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue