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 093e7f5cf9
commit 5ab8641492
1 changed files with 1 additions and 1 deletions

View File

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