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.
2 parents 23febbb + 11d106e commit 51700b0Copy full SHA for 51700b0
build.sh
@@ -24,7 +24,7 @@ docker cp $CONTAINER_ID:/work/dist ./dist
24
25
# download appimagetool-x86_64.AppImage if not exists
26
if [ ! -f ./appimagetool.AppImage ]; then
27
- wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$(uname -m).AppImage \
+ wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$(uname -m).AppImage \
28
-O ./appimagetool.AppImage
29
chmod +x ./appimagetool.AppImage
30
fi
0 commit comments