1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

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

This commit is contained in:
gorhill 2015-01-14 20:59:47 -05:00
commit 3930be428d

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