Fix buildbot macOS packaging error after recent changes

This commit is contained in:
Brecht Van Lommel 2020-08-04 17:13:09 +02:00
parent 9538e38704
commit a4a814a180

@ -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