mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
maybe fix
This commit is contained in:
parent
df6274116d
commit
b239e73e2f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/appimage.yaml
vendored
3
.github/workflows/appimage.yaml
vendored
|
@ -38,13 +38,14 @@ 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-$SYSTEM_ARCH.AppImage -O /build/lune/appimagetool
|
||||
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$SYSTEM_ARCH.AppImage -O /usr/bin/appimagetool
|
||||
|
||||
appimagetool() {
|
||||
/usr/bin/appimagetool "$@"
|
||||
}
|
||||
|
||||
export -f appimagetool
|
||||
export appimagetool=/usr/bin/appimagetool
|
||||
|
||||
cd /build
|
||||
./pkg2appimage/pkg2appimage lune.yml
|
||||
|
|
Loading…
Reference in a new issue