diff options
author | Chris <abody.97@gmail.com> | 2015-01-14 18:14:27 -0700 |
---|---|---|
committer | Chris <abody.97@gmail.com> | 2015-01-14 18:14:27 -0700 |
commit | f32de4350018821b93ec8b99c7379c74d878494b (patch) | |
tree | 7d6e360fe39faa5983aae8f26d44565e329e0010 /tools | |
parent | f7197cd9c8878f035e3ec54aa4a7efbc68f7daaf (diff) | |
download | uBlock-f32de4350018821b93ec8b99c7379c74d878494b.zip uBlock-f32de4350018821b93ec8b99c7379c74d878494b.tar.gz uBlock-f32de4350018821b93ec8b99c7379c74d878494b.tar.bz2 |
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)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/make-safari.sh | 5 |
1 files changed, 1 insertions, 4 deletions
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." |