From dfb1de3c91a99ee318e73553c142ee0a201328ff Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 13 Jan 2015 07:55:45 -0500 Subject: [PATCH] create package --- tools/make-firefox.sh | 3 +++ 1 file changed, 3 insertions(+) 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."