mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:19:01 +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,
|
||||
name='{{ name }}.app',
|
||||
icon={{ icon }},
|
||||
bundle_identifier={{ osx_bundle_identifier }}
|
||||
bundle_identifier={{ osx_bundle_identifier }},
|
||||
version={{ version }},
|
||||
info_plist={
|
||||
'CFBundleDisplayName': '{{ display_name }}',
|
||||
|
Loading…
x
Reference in New Issue
Block a user