mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 09:56:04 +08:00
Merge pull request #19932 from core-code/patch-1
Resolve issue 14375 ( https://github.com/Ultimaker/Cura/issues/14375 )
This commit is contained in:
commit
8a4e7f1721
@ -75,7 +75,7 @@ app = BUNDLE(
|
|||||||
coll,
|
coll,
|
||||||
name='{{ display_name }}.app',
|
name='{{ display_name }}.app',
|
||||||
icon={{ icon }},
|
icon={{ icon }},
|
||||||
bundle_identifier={{ osx_bundle_identifier }} + "_" + '{{ display_name }}'.replace(" ", "_") + "_" {{ short_version }},
|
bundle_identifier={{ osx_bundle_identifier }} + "_" + '{{ display_name }}'.replace(" ", "_"),
|
||||||
version={{ version }},
|
version={{ version }},
|
||||||
info_plist={
|
info_plist={
|
||||||
'CFBundleDisplayName': '{{ display_name }}',
|
'CFBundleDisplayName': '{{ display_name }}',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user