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

fix script

This commit is contained in:
gorhill 2015-01-13 08:14:00 -05:00
parent da0a2cd206
commit 7e6acb9200

View File

@ -29,6 +29,8 @@ 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/*
pushd $DES/
zip ../uBlock.firefox.xpi -qr *
popd
echo "*** uBlock_xpi: Package done."