1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

Merge pull request #499 from hotdogman/patch-1

Update make-safari.sh
This commit is contained in:
Raymond Hill 2015-01-14 18:51:32 -05:00
commit dfbf5e71e0

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."