From 6e858a980be29fa9e0f23155caae8d07417a9d35 Mon Sep 17 00:00:00 2001 From: chrox Date: Mon, 18 Feb 2013 13:15:31 +0800 Subject: [PATCH] add extensions directory in customupdate --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5521fa640..0e69fa42a 100644 --- a/Makefile +++ b/Makefile @@ -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"