Initial set-up of deploy functionality

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-06-27 13:51:50 +02:00 committed by Jelle Spijker
parent fab8598a05
commit 62aacc5946
3 changed files with 77 additions and 75 deletions

13
CuraVersion.py.jinja Normal file
View file

@ -0,0 +1,13 @@
# Copyright (c) 2022 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
CuraAppName = "{{ cura_app_name }}"
CuraAppDisplayName = "{{ cura_app_display_name }}"
CuraVersion = "{{ cura_version }}"
CuraBuildType = "{{ cura_build_type }}"
CuraDebugMode = {{ cura_debug_mode }}
CuraCloudAPIRoot = "{{ cura_cloud_api_root }}"
CuraCloudAPIVersion = "{{ cura_cloud_api_version }}"
CuraCloudAccountAPIRoot = "{{ cura_cloud_account_api_root }}"
CuraMarketplaceRoot = "{{ cura_marketplace_root }}"
CuraDigitalFactoryURL = "{{ cura_digital_factory_url }}"