From f32de4350018821b93ec8b99c7379c74d878494b Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 14 Jan 2015 18:14:27 -0700 Subject: 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) --- tools/make-safari.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/make-safari.sh b/tools/make-safari.sh index 626afed..7bfef39 100755 --- a/tools/make-safari.sh +++ b/tools/make-safari.sh @@ -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." -- cgit v1.1