Skip to content

Commit 19e30b2

Browse files
authored
Use new appimagetool
#571
1 parent cb6e9a2 commit 19e30b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ generate_type2_appimage()
223223
# 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')
224224
# fi
225225
if [ -z "$(which appimagetool)" ] ; then
226-
URL="https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-${SYSTEM_ARCH}.AppImage"
226+
URL="https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-${SYSTEM_ARCH}.AppImage"
227227
wget -c "$URL" -O appimagetool
228228
chmod a+x ./appimagetool
229229
appimagetool=$(readlink -f appimagetool)

0 commit comments

Comments
 (0)