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 0edbf15 commit 6dd65abCopy full SHA for 6dd65ab
src-tauri/build-utils/buildAppImage.sh
@@ -3,7 +3,7 @@ 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}"
+wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage -O "${APPIMAGETOOL}" || { echo "Failed to download appimagetool."; exit 1; }
7
chmod +x "${APPIMAGETOOL}"
8
9
if [ "${RELEASE_CHANNEL}" != "stable" ]; then
0 commit comments