Skip to content

Commit 11d106e

Browse files
committed
use appimagetool from AppImage/appimagetool
1 parent 5b720e1 commit 11d106e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ docker cp $CONTAINER_ID:/work/dist ./dist
2424

2525
# download appimagetool-x86_64.AppImage if not exists
2626
if [ ! -f ./appimagetool.AppImage ]; then
27-
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$(uname -m).AppImage \
27+
wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$(uname -m).AppImage \
2828
-O ./appimagetool.AppImage
2929
chmod +x ./appimagetool.AppImage
3030
fi

0 commit comments

Comments
 (0)