mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 19:56:01 +08:00
Added missing comma
Contributes to CURA-9365
This commit is contained in:
parent
7bc71070fd
commit
e90f75174e
@ -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…
x
Reference in New Issue
Block a user