We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131d5e7 commit 6dc8d81Copy full SHA for 6dc8d81
.github/workflows/tools/build-appimage
@@ -191,7 +191,7 @@ fi
191
strip --strip-all appdir/lib*.so*
192
193
# Create AppImage using appimagetool
194
-wget -c -nv "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$AppImageArch.AppImage"
+wget -c -nv "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$AppImageArch.AppImage"
195
chmod a+x appimagetool-$AppImageArch.AppImage
196
197
if [ "$AppImageArch" = armhf ]; then
0 commit comments