1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

create package

This commit is contained in:
gorhill 2015-01-13 07:55:45 -05:00
parent 929466b429
commit da0a2cd206

View File

@ -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."