From 6d614b94132da412c72ca2bbbde358d653ec15c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Fdez?= Date: Sat, 14 Nov 2020 19:28:51 +0100 Subject: [PATCH] Switch compression to lzma2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 68a80d011..da289d369 100644 --- a/Makefile +++ b/Makefile @@ -356,8 +356,8 @@ androidupdate: all -rm $(INSTALL_DIR)/koreader/libs/libluajit.so # assets are compressed manually and stored inside the APK. - cd $(INSTALL_DIR)/koreader && 7z a -l -mx=9 -mfb=256 -mmt=on \ - ../../$(ANDROID_LAUNCHER_DIR)/assets/module/koreader-$(VERSION).zip * \ + cd $(INSTALL_DIR)/koreader && 7z a -l -m0=lzma2 -mx=9 \ + ../../$(ANDROID_LAUNCHER_DIR)/assets/module/koreader-$(VERSION).7z * \ -xr!*cache$ \ -xr!*clipboard$ \ -xr!*data/dict$ \