From 8a5c57f35ef4f574b1b35317dad0934dcfa728a1 Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Date: Tue, 7 Jan 2025 12:50:42 -0300 Subject: [PATCH] Replace obsolete appimagetool [skip AppVeyor] Fixes #4589 --- travis/linux/after_success.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/linux/after_success.sh b/travis/linux/after_success.sh index b4017ce5e..08fe0a09b 100755 --- a/travis/linux/after_success.sh +++ b/travis/linux/after_success.sh @@ -67,7 +67,7 @@ mv squashfs-root/opt appdir/opt rm -rf squashfs-root # Generate AppImage -wget --no-verbose "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" +wget --no-verbose "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage" chmod a+x appimagetool-x86_64.AppImage ./appimagetool-x86_64.AppImage appdir