mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
make: fix missing android APK asset
Missing `module/version.txt` would trigger a "new install" on every launch.
This commit is contained in:
committed by
Frans de Jonge
parent
c46578aece
commit
5fe0d4a4a2
@@ -34,6 +34,7 @@ update: all
|
||||
rm -rfv $(ANDROID_LIBS)
|
||||
# APK version
|
||||
mkdir -p $(ANDROID_ASSETS)/module $(ANDROID_LIBS)
|
||||
echo $(VERSION) >$(ANDROID_ASSETS)/module/version.txt
|
||||
# We need strip the version, or versioned
|
||||
# libraries won't be included in the APK.
|
||||
for src in $(INSTALL_DIR)/koreader/libs/*; do \
|
||||
|
||||
Reference in New Issue
Block a user