From 1a2adf08a7ca59fc2393f6540a991a90e2d1f167 Mon Sep 17 00:00:00 2001 From: Deathamns Date: Tue, 16 Dec 2014 17:02:26 +0100 Subject: [PATCH] Firefox: update manifest files when building --- 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 bdc5a48..35a4a99 100644 --- a/tools/make-firefox.sh +++ b/tools/make-firefox.sh @@ -24,6 +24,6 @@ cp platform/firefox/chrome.manifest $DES/ cp platform/firefox/install.rdf $DES/ echo "*** uBlock_xpi: Generating locales" -python tools/make-locale-firefox.py $DES/ +python tools/make-firefox-meta.py $DES/ echo "*** uBlock_xpi: Package done."