mirror of https://github.com/gorhill/uBlock.git
commit
28363a43fc
|
@ -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."
|
||||||
|
|
Loading…
Reference in New Issue