From a5fe11965088a0794f1c9168127492ca5c335c8a Mon Sep 17 00:00:00 2001 From: Anton Khodakivskiy Date: Wed, 21 Nov 2012 12:53:29 -0500 Subject: [PATCH] Added chrome.manifest to the extension build script zipper --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 1cc9bd0..b97cd4b 100755 --- a/build.sh +++ b/build.sh @@ -8,6 +8,7 @@ coffee -c --bare \ cd extension zip -r ../VimFx.xpi \ bootstrap.js \ + chrome.manifest \ icon.png \ install.rdf \ options.xul \ -- 2.39.3