Browse Source

Added missing comma

Contributes to CURA-9365
j.spijker@ultimaker.com 2 years ago
parent
commit
e90f75174e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Ultimaker-Cura.spec.jinja

+ 1 - 1
Ultimaker-Cura.spec.jinja

@@ -46,7 +46,7 @@ exe = EXE(
     target_arch={{ target_arch }},
     codesign_identity=os.getenv('CODESIGN_IDENTITY', None),
     entitlements_file={{ entitlements_file }},
-    bundle_identifier={{ osx_bundle_identifier }}
+    bundle_identifier={{ osx_bundle_identifier }},
     icon='{{ icon }}'
 )
 coll = COLLECT(