Merge branch 'blender-v2.90-release'

This commit is contained in:
Brecht Van Lommel 2020-08-04 17:14:06 +02:00
commit 93d8373edb

@ -84,7 +84,7 @@ def create_argument_parser():
"If not provided default Blender's one is used.")
parser.add_argument(
'--codesign',
action="store_true"
action="store_true",
help="Code sign and notarize DMG contents.")
return parser