aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDeathamns <deathamns@gmail.com>2014-12-02 08:35:25 +0100
committerDeathamns <deathamns@gmail.com>2015-01-13 07:28:57 +0100
commit3c76c61f61103c147b7e066583f773b4cd235c5a (patch)
treec7bf5444bef7e059c61fa4dc842988555dc396b3 /tools
parent8297014700e3a6d2a9404b58f672aab224368ade (diff)
downloaduBlock-3c76c61f61103c147b7e066583f773b4cd235c5a.zip
uBlock-3c76c61f61103c147b7e066583f773b4cd235c5a.tar.gz
uBlock-3c76c61f61103c147b7e066583f773b4cd235c5a.tar.bz2
Firefox: partial vAPI.tabs implementation
Diffstat (limited to 'tools')
-rw-r--r--tools/make-firefox.sh4
-rw-r--r--tools/make-locale-firefox.py (renamed from tools/xpi-convert-locale.py)0
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/make-firefox.sh b/tools/make-firefox.sh
index aeb6c31..08f4ad2 100644
--- a/tools/make-firefox.sh
+++ b/tools/make-firefox.sh
@@ -16,13 +16,13 @@ cp -R src/lib $DES/
cp -R src/_locales $DES/
cp src/*.html $DES/
cp src/img/icon_128.png $DES/icon.png
-cp platform/vapi-appinfo.js $DES/js/
cp platform/firefox/vapi-*.js $DES/js/
cp platform/firefox/bootstrap.js $DES/
cp platform/firefox/frameScript.js $DES/
cp platform/firefox/chrome.manifest $DES/
cp platform/firefox/install.rdf $DES/
-python tools/xpi-convert-locale.py $DES/
+echo "*** uBlock_xpi: Generating locales"
+python tools/make-locale-firefox.py $DES/
echo "*** uBlock_xpi: Package done."
diff --git a/tools/xpi-convert-locale.py b/tools/make-locale-firefox.py
index 582e9a2..582e9a2 100644
--- a/tools/xpi-convert-locale.py
+++ b/tools/make-locale-firefox.py