aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-firefox.sh
diff options
context:
space:
mode:
authorDeathamns <deathamns@gmail.com>2014-12-16 17:02:26 +0100
committerDeathamns <deathamns@gmail.com>2015-01-13 07:29:06 +0100
commit45137c2be9fb421f8cd4e37ee549b54a62475d3e (patch)
treeb13896159bdaf081c7888733059249684d396baa /tools/make-firefox.sh
parentec69a50101a5d98a3b51117cabd8c0873687238a (diff)
downloaduBlock-45137c2be9fb421f8cd4e37ee549b54a62475d3e.zip
uBlock-45137c2be9fb421f8cd4e37ee549b54a62475d3e.tar.gz
uBlock-45137c2be9fb421f8cd4e37ee549b54a62475d3e.tar.bz2
Firefox: update manifest files when building
Diffstat (limited to 'tools/make-firefox.sh')
-rw-r--r--tools/make-firefox.sh2
1 files changed, 1 insertions, 1 deletions
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."