maybe fix

This commit is contained in:
Erica Marigold 2023-08-04 18:33:47 +05:30 committed by GitHub
parent df6274116d
commit b239e73e2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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