aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChris <abody.97@gmail.com>2015-01-14 18:14:27 -0700
committerChris <abody.97@gmail.com>2015-01-14 18:14:27 -0700
commitf32de4350018821b93ec8b99c7379c74d878494b (patch)
tree7d6e360fe39faa5983aae8f26d44565e329e0010 /tools
parentf7197cd9c8878f035e3ec54aa4a7efbc68f7daaf (diff)
downloaduBlock-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-xtools/make-safari.sh5
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."