|
|
@ -203,8 +203,17 @@ jobs:
|
|
|
|
--appdir "$APP.AppDir" -d contrib/Helix.desktop \
|
|
|
|
--appdir "$APP.AppDir" -d contrib/Helix.desktop \
|
|
|
|
-i contrib/helix.png --output appimage
|
|
|
|
-i contrib/helix.png --output appimage
|
|
|
|
|
|
|
|
|
|
|
|
mv "$APP-$VERSION-$ARCH.AppImage" \
|
|
|
|
# anylinux appimage
|
|
|
|
"$APP-$VERSION-$ARCH.AppImage.zsync" dist
|
|
|
|
APPIMAGETOOL=$(wget -q https://api.github.com/repos/probonopd/go-appimage/releases -O - \
|
|
|
|
|
|
|
|
| sed 's/[()",{} ]/\n/g' | grep -oi 'https.*continuous.*tool.*86_64.*mage$')
|
|
|
|
|
|
|
|
wget -q "$APPIMAGETOOL" -O ./appimagetool
|
|
|
|
|
|
|
|
chmod +x ./appimagetool
|
|
|
|
|
|
|
|
"$APP-$VERSION-$ARCH.AppImage" --appimage-extract
|
|
|
|
|
|
|
|
./appimagetool -s deploy squashfs-root/usr/share/applications/Helix.desktop
|
|
|
|
|
|
|
|
ARCH=x86_64 VERSION="$VERSION-anylinux" ./appimagetool -s squashfs-root
|
|
|
|
|
|
|
|
mv *anylinux*AppImage dist
|
|
|
|
|
|
|
|
mv "$APP"-*-"$ARCH.AppImage".AppImage \
|
|
|
|
|
|
|
|
"$APP"-*-"$ARCH.AppImage".AppImage.zsync dist
|
|
|
|
|
|
|
|
|
|
|
|
- name: Build archive
|
|
|
|
- name: Build archive
|
|
|
|
shell: bash
|
|
|
|
shell: bash
|
|
|
|