From 5191d4f9da207717948e21619dad27b04bdfd618 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Thu, 7 Jul 2022 06:13:15 +0200 Subject: [PATCH] Add missing comma Contributes to CURA-9365 --- Ultimaker-Cura.spec.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ultimaker-Cura.spec.jinja b/Ultimaker-Cura.spec.jinja index 352cfb8612..12b5b8d2c2 100644 --- a/Ultimaker-Cura.spec.jinja +++ b/Ultimaker-Cura.spec.jinja @@ -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 }}',