mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Added missing comma
Contributes to CURA-9365
This commit is contained in:
parent
7bc71070fd
commit
e90f75174e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ exe = EXE(
|
||||||
target_arch={{ target_arch }},
|
target_arch={{ target_arch }},
|
||||||
codesign_identity=os.getenv('CODESIGN_IDENTITY', None),
|
codesign_identity=os.getenv('CODESIGN_IDENTITY', None),
|
||||||
entitlements_file={{ entitlements_file }},
|
entitlements_file={{ entitlements_file }},
|
||||||
bundle_identifier={{ osx_bundle_identifier }}
|
bundle_identifier={{ osx_bundle_identifier }},
|
||||||
icon='{{ icon }}'
|
icon='{{ icon }}'
|
||||||
)
|
)
|
||||||
coll = COLLECT(
|
coll = COLLECT(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue