Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-07-07 08:07:32 +0300
committerjspijker <j.spijker@ultimaker.com>2022-07-07 08:07:32 +0300
commit4d98ba3540dd74ba9dacaecac4e83d6157d55243 (patch)
treeb9db99392ac1a3b519020d1e5d969f2f354767ad /Ultimaker-Cura.spec.jinja
parent5191d4f9da207717948e21619dad27b04bdfd618 (diff)
Fixed missing qoutes
Contributes to CURA-9365
Diffstat (limited to 'Ultimaker-Cura.spec.jinja')
-rw-r--r--Ultimaker-Cura.spec.jinja4
1 files changed, 1 insertions, 3 deletions
diff --git a/Ultimaker-Cura.spec.jinja b/Ultimaker-Cura.spec.jinja
index 12b5b8d2c2..7609a64672 100644
--- a/Ultimaker-Cura.spec.jinja
+++ b/Ultimaker-Cura.spec.jinja
@@ -255,13 +255,11 @@ app = UMBUNDLE(
'CFBundleExecutable': '{{ name }}',
'CFBundleInfoDictionaryVersion': '6.0',
'CFBundlePackageType': 'APPL',
- 'CFBundleShortVersionString': '{{ short_version }}',
+ 'CFBundleShortVersionString': {{ short_version }},
'CFBundleDocumentTypes': [{
'CFBundleTypeRole': 'Viewer',
'CFBundleTypeExtensions': ['*'],
'CFBundleTypeName': 'Model Files',
- 'LSItemContentTypes': ['com.example.myformat'],
- 'LSHandlerRank': 'Owner'
}]
},
){% endif %}