1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-24 17:10:24 +12:00

create package

This commit is contained in:
gorhill 2015-01-13 07:55:45 -05:00
parent adfd5a3fe7
commit dfb1de3c91

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