From e90f75174eeddbab9f3694a84da29c6bd1af6b07 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Fri, 1 Jul 2022 07:27:06 +0200 Subject: [PATCH] Added 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 6f251d9031..a6d0083d53 100644 --- a/Ultimaker-Cura.spec.jinja +++ b/Ultimaker-Cura.spec.jinja @@ -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(