appimage: update appimagetool (#13885)

The more recent versions use ZSTD for compression, and net us a nice 2 MB reduction of the final AppImage' size.
This commit is contained in:
Benoit Pierre
2025-05-29 21:27:51 +02:00
committed by GitHub
parent 64529e755a
commit 09aab4b397

View File

@@ -1,7 +1,7 @@
APPIMAGE_DIR = $(PLATFORM_DIR)/appimage
APPIMAGETOOL = appimagetool-x86_64.AppImage
APPIMAGETOOL_URL = https://github.com/AppImage/AppImageKit/releases/download/13/$(APPIMAGETOOL)
APPIMAGETOOL_URL = https://github.com/AppImage/appimagetool/releases/download/continuous/$(APPIMAGETOOL)
KOREADER_APPIMAGE = koreader-$(DIST)-$(MACHINE)-$(VERSION).AppImage