Add the appimagetool exec

This commit is contained in:
Veronica Berglyd Olsen
2025-06-09 18:51:49 +02:00
parent dd7c8162ac
commit a534e30467
+3
View File
@@ -40,6 +40,9 @@ jobs:
- name: Build AppImage
id: build
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 appimagetool
echo "BUILD_VERSION=$(python pkgutils.py version)" >> $GITHUB_OUTPUT
python pkgutils.py build-appimage $LINUX_TAG $LINUX_ARCH $PYTHON_VERSION