mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user