Add missing comma

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-07-07 06:13:15 +02:00 committed by jspijker
parent c100f68f58
commit 5191d4f9da

View File

@ -246,7 +246,7 @@ app = UMBUNDLE(
coll,
name='{{ name }}.app',
icon={{ icon }},
bundle_identifier={{ osx_bundle_identifier }}
bundle_identifier={{ osx_bundle_identifier }},
version={{ version }},
info_plist={
'CFBundleDisplayName': '{{ display_name }}',