diff --git a/Ultimaker-Cura.spec.jinja b/Ultimaker-Cura.spec.jinja index f2adefc1ef..494f5858d5 100644 --- a/Ultimaker-Cura.spec.jinja +++ b/Ultimaker-Cura.spec.jinja @@ -63,6 +63,6 @@ coll = COLLECT( {% if macos == true %}app = BUNDLE( coll, name='{{ name }}.app', - icon='{{ icon }}', - bundle_identifier='{{ osx_bundle_identifier }}' + icon={{ icon }}, + bundle_identifier={{ osx_bundle_identifier }} ){% endif %}