Use env var for appimagetool

This commit is contained in:
Veronica Berglyd Olsen
2025-06-09 19:08:19 +02:00
parent 910723bbcd
commit e6befda146
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
run: |
wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$LINUX_ARCH.AppImage
chmod +x appimagetool-$LINUX_ARCH.AppImage
ln -sfv appimagetool-$LINUX_ARCH.AppImage ~/.local/bin/appimagetool
export APPIMAGE_TOOL_EXEC="$(pwd)/appimagetool-$LINUX_ARCH.AppImage"
echo "BUILD_VERSION=$(python pkgutils.py version)" >> $GITHUB_OUTPUT
python pkgutils.py build-appimage $LINUX_TAG $LINUX_ARCH $PYTHON_VERSION