aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-firefox.sh
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-01-13 07:55:45 -0500
committergorhill <rhill@raymondhill.net>2015-01-13 07:55:45 -0500
commitda0a2cd206a2316ff02f8133ec7777c6291e3bb0 (patch)
tree13116364a01589ca06a2adf40c6eeadbd7e0dabb /tools/make-firefox.sh
parent929466b4296fab46116280a1940be5579bf76b4b (diff)
downloaduBlock-da0a2cd206a2316ff02f8133ec7777c6291e3bb0.zip
uBlock-da0a2cd206a2316ff02f8133ec7777c6291e3bb0.tar.gz
uBlock-da0a2cd206a2316ff02f8133ec7777c6291e3bb0.tar.bz2
create package
Diffstat (limited to 'tools/make-firefox.sh')
-rwxr-xr-xtools/make-firefox.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/make-firefox.sh b/tools/make-firefox.sh
index a71045d..739004f 100755
--- a/tools/make-firefox.sh
+++ b/tools/make-firefox.sh
@@ -28,4 +28,7 @@ cp LICENSE.txt $DES/
echo "*** uBlock_xpi: Generating meta..."
python tools/make-firefox-meta.py $DES/
+echo "*** uBlock_xpi: Creating package..."
+zip dist/build/uBlock.firefox.xpi -qr $DES/*
+
echo "*** uBlock_xpi: Package done."