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, coll,
name='{{ name }}.app', name='{{ name }}.app',
icon={{ icon }}, icon={{ icon }},
bundle_identifier={{ osx_bundle_identifier }} bundle_identifier={{ osx_bundle_identifier }},
version={{ version }}, version={{ version }},
info_plist={ info_plist={
'CFBundleDisplayName': '{{ display_name }}', 'CFBundleDisplayName': '{{ display_name }}',