mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:09:04 +08:00
Fix icon nad bundle identifier in spec file
icon and bundle_identifier already contain quotes CURA-9365
This commit is contained in:
parent
0580814352
commit
cf9033498b
@ -63,6 +63,6 @@ coll = COLLECT(
|
|||||||
{% if macos == true %}app = BUNDLE(
|
{% if macos == true %}app = BUNDLE(
|
||||||
coll,
|
coll,
|
||||||
name='{{ name }}.app',
|
name='{{ name }}.app',
|
||||||
icon='{{ icon }}',
|
icon={{ icon }},
|
||||||
bundle_identifier='{{ osx_bundle_identifier }}'
|
bundle_identifier={{ osx_bundle_identifier }}
|
||||||
){% endif %}
|
){% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user