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 69b0bc0 commit 9d55b96Copy full SHA for 9d55b96
ci/build-bundle.sh
@@ -48,7 +48,7 @@ ninja -v -j"$nprocs"
48
env DESTDIR=linuxdeploy-plugin-appimage-bundle ninja -v install
49
50
# linuxdeploy-plugin-appimage-bundle appimagetool
51
-wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-"$AIK_ARCH".AppImage
+wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-"$AIK_ARCH".AppImage
52
53
chmod +x appimagetool-"$AIK_ARCH".AppImage
54
0 commit comments