mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-28 20:00:51 -07:00
Only bundle for mac
CURA-11483
This commit is contained in:
parent
9d6f80fb86
commit
ebea2b46db
1 changed files with 2 additions and 2 deletions
|
|
@ -69,9 +69,9 @@ coll = COLLECT(
|
|||
name=r'{{ name }}'
|
||||
)
|
||||
|
||||
{% if macos == true %}
|
||||
app = BUNDLE(
|
||||
coll,
|
||||
{% if macos == true %}
|
||||
name='{{ display_name }}.app',
|
||||
icon={{ icon }},
|
||||
bundle_identifier={{ osx_bundle_identifier }} + "_" + '{{ display_name }}'.replace(" ", "_") + "_" {{ short_version }},
|
||||
|
|
@ -95,5 +95,5 @@ app = BUNDLE(
|
|||
'CFBundleTypeName': 'Model Files',
|
||||
}]
|
||||
},
|
||||
{% endif %}
|
||||
)
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue