mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-22 05:39:37 +08:00
typo
CURA-6867
This commit is contained in:
parent
5b8ef526fb
commit
b72e29f33b
@ -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…
x
Reference in New Issue
Block a user