mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 20:29:10 +00:00
fix: use latest stable appimagetool build
This commit is contained in:
parent
562b41b3ef
commit
fabf314f1a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appimage.yaml
vendored
2
.github/workflows/appimage.yaml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
apt update
|
apt update
|
||||||
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y
|
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
|
chmod a+x /usr/bin/appimagetool
|
||||||
|
|
||||||
cd /build/lune.AppDir
|
cd /build/lune.AppDir
|
||||||
|
|
Loading…
Reference in a new issue