From 9b46b2c6c19b9196d7ff27b171a5a44589c444e3 Mon Sep 17 00:00:00 2001 From: Deathamns Date: Tue, 2 Dec 2014 08:35:25 +0100 Subject: [PATCH] Firefox: partial vAPI.tabs implementation --- tools/make-firefox.sh | 4 ++-- 1 file 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."