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 baa148f commit 0edbf15Copy full SHA for 0edbf15
src-tauri/build-utils/buildAppImage.sh
@@ -2,6 +2,7 @@
2
APPIMAGETOOL="./.cache/build-tools/appimagetool"
3
RELEASE_CHANNEL=${RELEASE_CHANNEL:-"stable"}
4
5
+mkdir -p ./.cache/build-tools
6
wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage -O "${APPIMAGETOOL}"
7
chmod +x "${APPIMAGETOOL}"
8
0 commit comments