1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 01:27:12 +02:00

Update make-safari.sh

This commit is contained in:
hotdogman 2015-01-14 17:47:00 -06:00
parent ee01803419
commit 0e0db3c80d

View File

@ -25,4 +25,11 @@ cp LICENSE.txt $DES/
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
fi
echo "*** uBlock.safariextension: Package done."