mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Merge branch 'master' of github.com:gorhill/uBlock
This commit is contained in:
commit
f7197cd9c8
1 changed files with 7 additions and 0 deletions
|
|
@ -25,4 +25,11 @@ cp LICENSE.txt $DES/
|
|||
echo "*** uBlock.safariextension: Generating meta..."
|
||||
python tools/make-safari-meta.py $DES/
|
||||
|
||||
if [ "$1" = all ]; then
|
||||
echo "*** uBlock.safariextension: Creating package..."
|
||||
pushd $DES/
|
||||
zip ../uBlock.safari.safariextension -qr *
|
||||
popd
|
||||
fi
|
||||
|
||||
echo "*** uBlock.safariextension: Package done."
|
||||
|
|
|
|||
Loading…
Reference in a new issue