Skip to content

Commit 6dc8d81

Browse files
committed
Upgrade to new appimagetool and AppImage runtime v2.
1 parent 131d5e7 commit 6dc8d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tools/build-appimage

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ fi
191191
strip --strip-all appdir/lib*.so*
192192

193193
# Create AppImage using appimagetool
194-
wget -c -nv "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$AppImageArch.AppImage"
194+
wget -c -nv "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$AppImageArch.AppImage"
195195
chmod a+x appimagetool-$AppImageArch.AppImage
196196

197197
if [ "$AppImageArch" = armhf ]; then

0 commit comments

Comments
 (0)