1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Change Safari build -- can't build a Safari extension from the command line without a hack (have to have a certificate to sign, must use Extension Builder)

This commit is contained in:
Chris 2015-01-14 18:14:27 -07:00
parent f7197cd9c8
commit f32de43500

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