mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fix script
This commit is contained in:
parent
da0a2cd206
commit
7e6acb9200
1 changed files with 3 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in a new issue