[fix] Cervantes package generation (#5272)

Forgotten line from https://github.com/koreader/koreader/pull/5268.
pull/5274/head
Frans de Jonge 5 years ago committed by GitHub
parent 8e38b1c90b
commit ec25cea01d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -408,7 +408,7 @@ cervantesupdate: all
"koreader/resources/icons/src/*" "koreader/spec/*" \
$(ZIP_EXCLUDE)
# generate update package index file
zipinfo -1 koreader-cervantes-$(MACHINE)-$(VERSION).zip > \
zipinfo -1 koreader-cervantes$(KODEDUG_SUFFIX)-$(VERSION).zip > \
$(INSTALL_DIR)/koreader/ota/package.index
echo "koreader/ota/package.index" >> $(INSTALL_DIR)/koreader/ota/package.index
# update index file in zip package

Loading…
Cancel
Save