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 cb6e9a2 commit 19e30b2Copy full SHA for 19e30b2
functions.sh
@@ -223,7 +223,7 @@ generate_type2_appimage()
223
# URL=$(wget -q "https://s3.amazonaws.com/archive.travis-ci.org/jobs/$((ID+2))/log.txt" -O - | grep "https://transfer.sh/.*/appimagetool" | tail -n 1 | sed -e 's|\r||g')
224
# fi
225
if [ -z "$(which appimagetool)" ] ; then
226
- URL="https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-${SYSTEM_ARCH}.AppImage"
+ URL="https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-${SYSTEM_ARCH}.AppImage"
227
wget -c "$URL" -O appimagetool
228
chmod a+x ./appimagetool
229
appimagetool=$(readlink -f appimagetool)
0 commit comments