mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
typo
CURA-6867
This commit is contained in:
parent
5b8ef526fb
commit
b72e29f33b
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ app = UMBUNDLE(
|
|||
coll,
|
||||
name='{{ display_name }}.app'.replace(" ", "-"),
|
||||
icon={{ icon }},
|
||||
bundle_identifier={{ osx_bundle_identifier }} + _ + {{ version }},
|
||||
bundle_identifier={{ osx_bundle_identifier }} + "_" + {{ short_version }},
|
||||
version={{ version }},
|
||||
info_plist={
|
||||
'CFBundleDisplayName': '{{ display_name }}',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue