mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue