mirror of https://github.com/gorhill/uBlock.git
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:
parent
f7197cd9c8
commit
f32de43500
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue