mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 17:05:54 +08:00
Add missing comma
Contributes to CURA-9365
This commit is contained in:
parent
c100f68f58
commit
5191d4f9da
@ -246,7 +246,7 @@ app = UMBUNDLE(
|
|||||||
coll,
|
coll,
|
||||||
name='{{ name }}.app',
|
name='{{ name }}.app',
|
||||||
icon={{ icon }},
|
icon={{ icon }},
|
||||||
bundle_identifier={{ osx_bundle_identifier }}
|
bundle_identifier={{ osx_bundle_identifier }},
|
||||||
version={{ version }},
|
version={{ version }},
|
||||||
info_plist={
|
info_plist={
|
||||||
'CFBundleDisplayName': '{{ display_name }}',
|
'CFBundleDisplayName': '{{ display_name }}',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user