mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:49:01 +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(
|
||||
coll,
|
||||
name='{{ name }}.app',
|
||||
icon='{{ icon }}',
|
||||
bundle_identifier='{{ osx_bundle_identifier }}'
|
||||
icon={{ icon }},
|
||||
bundle_identifier={{ osx_bundle_identifier }}
|
||||
){% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user