From be33b5c3f093e6f3a81ae74ff0b38d518c9ba0e2 Mon Sep 17 00:00:00 2001 From: Deathamns Date: Tue, 16 Dec 2014 22:31:03 +0100 Subject: [PATCH] Firefox: implement vAPI.tabs.injectScript --- tools/make-firefox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-firefox.sh b/tools/make-firefox.sh index 35a4a99..a959d52 100644 --- a/tools/make-firefox.sh +++ b/tools/make-firefox.sh @@ -23,7 +23,7 @@ cp platform/firefox/frameModule.js $DES/ cp platform/firefox/chrome.manifest $DES/ cp platform/firefox/install.rdf $DES/ -echo "*** uBlock_xpi: Generating locales" +echo "*** uBlock_xpi: Generating meta..." python tools/make-firefox-meta.py $DES/ echo "*** uBlock_xpi: Package done."