We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a534e30 commit 910723bCopy full SHA for 910723b
.github/workflows/build_linux.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$LINUX_ARCH.AppImage
44
chmod +x appimagetool-$LINUX_ARCH.AppImage
45
- ln -sfv appimagetool-$LINUX_ARCH.AppImage appimagetool
+ ln -sfv appimagetool-$LINUX_ARCH.AppImage ~/.local/bin/appimagetool
46
echo "BUILD_VERSION=$(python pkgutils.py version)" >> $GITHUB_OUTPUT
47
python pkgutils.py build-appimage $LINUX_TAG $LINUX_ARCH $PYTHON_VERSION
48
0 commit comments