Skip to content

Loading…

Change Safari build #501

Merged
merged 1 commit into from

2 participants

@chrisaljoudi

You can't build a Safari extension package from the command line without a hack (have to have a certificate to sign, must use Extension Builder). make-safari all generated a weird zip file that doesn't work in any way, shape, or form. Print helpful message instead.

@chrisaljoudi Change Safari build -- can't build a Safari extension from the comman…
…d line without a hack (have to have a certificate to sign, must use Extension Builder)
f32de43
@gorhill gorhill merged commit 28363a4 into chrisaljoudi:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Commits on Jan 15, 2015
  1. Change Safari build -- can't build a Safari extension from the comman…

    committed
    …d line without a hack (have to have a certificate to sign, must use Extension Builder)
This page is out of date. Refresh to see the latest.
Showing with 1 addition and 4 deletions.
  1. +1 −4 tools/make-safari.sh
View
5 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."
Something went wrong with that request. Please try again.