mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix wrong exclusion of unused files when building pbupdate
This commit is contained in:
4
Makefile
4
Makefile
@@ -203,8 +203,8 @@ pbupdate: all
|
||||
cd $(INSTALL_DIR) && \
|
||||
zip -9 -r \
|
||||
../koreader-pocketbook-$(MACHINE)-$(VERSION).zip \
|
||||
applications system -x "koreader/resources/fonts/*" \
|
||||
"koreader/resources/icons/src/*" "koreader/spec/*"
|
||||
applications system -x "applications/koreader/resources/fonts/*" \
|
||||
"applications/koreader/resources/icons/src/*" "applications/koreader/spec/*"
|
||||
# generate koboupdate package index file
|
||||
zipinfo -1 koreader-pocketbook-$(MACHINE)-$(VERSION).zip > \
|
||||
$(INSTALL_DIR)/applications/koreader/ota/package.index
|
||||
|
||||
Reference in New Issue
Block a user