File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 22APPIMAGETOOL=" ./.cache/build-tools/appimagetool"
33RELEASE_CHANNEL=${RELEASE_CHANNEL:- " stable" }
44
5- # pull in AppImageTool if it's not pre cached
65mkdir -p ./.cache/build-tools
7- if [ ! -f " ${APPIMAGETOOL} " ]; then
8- wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O " ${APPIMAGETOOL} "
9- chmod +x " ${APPIMAGETOOL} "
10- fi
6+ 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} "
118
129if [ " ${RELEASE_CHANNEL} " != " stable" ]; then
1310 APP_DIR=./src-tauri/target/release/bundle/appimage/Jan-${RELEASE_CHANNEL} .AppDir
You can’t perform that action at this time.
0 commit comments