mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix: download appimagetool manually
This commit is contained in:
parent
1aeda272b6
commit
ddccee18da
1 changed files with 2 additions and 1 deletions
3
.github/workflows/appimage.yaml
vendored
3
.github/workflows/appimage.yaml
vendored
|
@ -35,8 +35,9 @@ jobs:
|
|||
export LUNE_VERSION=0.7.5
|
||||
export SYSTEM_ARCH=${{ matrix.arch }}
|
||||
|
||||
apt update
|
||||
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$SYSTEM_ARCH.AppImage -O /usr/bin/appimagetool apt update
|
||||
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y
|
||||
|
||||
cd /build
|
||||
./pkg2appimage/pkg2appimage lune.yml
|
||||
mv ./out/lune-*.AppImage ./out/lune-$LUNE_VERSION.glibc2.34-$(uname -m).AppImage
|
||||
|
|
Loading…
Reference in a new issue