2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00

add extensions directory in customupdate

This commit is contained in:
chrox 2013-02-18 13:15:31 +08:00 committed by Qingping Hou
parent 530f5ffc30
commit 6e858a980b

View File

@ -301,6 +301,6 @@ customupdate: all
cp -r git-rev resources $(INSTALL_DIR)
cp -rpL frontend $(INSTALL_DIR)
mkdir $(INSTALL_DIR)/fonts/host
zip -9 -r kindlepdfviewer-$(VERSION).zip $(INSTALL_DIR) launchpad/ kite/
zip -9 -r kindlepdfviewer-$(VERSION).zip $(INSTALL_DIR) launchpad/ kite/ extensions/
rm -rf $(INSTALL_DIR)
@echo "copy kindlepdfviewer-$(VERSION).zip to /mnt/us/customupdates and install with shift+shift+I"