Added missing comma

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-07-01 07:27:06 +02:00 committed by Jelle Spijker
parent 7bc71070fd
commit e90f75174e

View file

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