Merge pull request #501 from chrisaljoudi/master

Change Safari build
This commit is contained in:
Raymond Hill 2015-01-14 20:50:22 -05:00
commit 28363a43fc
1 changed files with 1 additions and 4 deletions

View File

@ -26,10 +26,7 @@ echo "*** uBlock.safariextension: Generating meta..."
python tools/make-safari-meta.py $DES/ python tools/make-safari-meta.py $DES/
if [ "$1" = all ]; then if [ "$1" = all ]; then
echo "*** uBlock.safariextension: Creating package..." echo "*** Use Safari's Extension Builder to create the signed uBlock extension package -- can't automate it."
pushd $DES/
zip ../uBlock.safari.safariextension -qr *
popd
fi fi
echo "*** uBlock.safariextension: Package done." echo "*** uBlock.safariextension: Package done."