Skip to content

Commit

Permalink
CI/AppImage: Set $HELIX_RUNTIME env variable
Browse files Browse the repository at this point in the history
Go-appimagetool replaces the existing AppRun, as result the env variable from the original appimage was missing.
  • Loading branch information
Samueru-sama authored Jul 22, 2024
1 parent 743f2bc commit 17d0227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ jobs:
chmod +x ./appimagetool ./*AppImage
./"$APP-$VERSION-$ARCH.AppImage" --appimage-extract
./appimagetool -s deploy squashfs-root/usr/share/applications/Helix.desktop
sed -i '13i\export HELIX_RUNTIME="${HERE}"/usr/lib/helix/runtime' squashfs-root/AppRun
ARCH=x86_64 VERSION="$VERSION-anylinux" ./appimagetool -s squashfs-root
mv *anylinux*AppImage dist
mv "$APP"-*-"$ARCH".AppImage \
Expand Down

0 comments on commit 17d0227

Please sign in to comment.