aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
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."