Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2020-08-04 18:14:06 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-08-04 18:14:06 +0300
commit93d8373edbe83fc7207c438defbb53abeebc18cd (patch)
tree5cf8b2731f9e630677ae26f91fe85b1aaddd6937 /build_files
parentf130cd116904a130e5ca9ae5dc86039a738016ab (diff)
parenta4a814a180c2107e24807b12fe7aa86363585619 (diff)
Merge branch 'blender-v2.90-release'
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/buildbot/worker_bundle_dmg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/worker_bundle_dmg.py b/build_files/buildbot/worker_bundle_dmg.py
index 31e10d51610..56e0d7da88e 100755
--- a/build_files/buildbot/worker_bundle_dmg.py
+++ b/build_files/buildbot/worker_bundle_dmg.py
@@ -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