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 5b720e1 commit 11d106eCopy full SHA for 11d106e
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