mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 04:55:55 +08:00
Also make app bundle for linux/windows
This commit is contained in:
parent
fc081b20e3
commit
9d6f80fb86
@ -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 %}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user