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:
authorjoeydelarago <joeydelarago@gmail.com>2022-08-15 16:59:08 +0300
committerjoeydelarago <joeydelarago@gmail.com>2022-08-15 16:59:08 +0300
commita20e7bf8d9792c81e655c2003e55d7f12daa6ff2 (patch)
treebe1d52387f007a98f2d376f9f4f869a9de3d9e1c /CuraVersion.py.jinja
parent57d739a848dc96a4d38b7ae6f8d3a61b69c2467c (diff)
Add cura latest.json url to template so it can be set from the conanfile.
CURA-9272
Diffstat (limited to 'CuraVersion.py.jinja')
-rw-r--r--CuraVersion.py.jinja1
1 files changed, 1 insertions, 0 deletions
diff --git a/CuraVersion.py.jinja b/CuraVersion.py.jinja
index 1c30a0b5af..1c8ff0551c 100644
--- a/CuraVersion.py.jinja
+++ b/CuraVersion.py.jinja
@@ -11,3 +11,4 @@ CuraCloudAPIVersion = "{{ cura_cloud_api_version }}"
CuraCloudAccountAPIRoot = "{{ cura_cloud_account_api_root }}"
CuraMarketplaceRoot = "{{ cura_marketplace_root }}"
CuraDigitalFactoryURL = "{{ cura_digital_factory_url }}"
+CuraLatestURL = "{{ cura_latest_url }}"