Merge branch 'master' of github.com:gorhill/uBlock

This commit is contained in:
gorhill 2015-01-14 20:59:47 -05:00
commit 3930be428d
1 changed files with 1 additions and 4 deletions

View File

@ -26,10 +26,7 @@ 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
echo "*** Use Safari's Extension Builder to create the signed uBlock extension package -- can't automate it."
fi
echo "*** uBlock.safariextension: Package done."