mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 07:11:22 -07:00
Tag CuraCloudAPIVersion-string-value as expression instead of literal. [CURA-6005]
This commit is contained in:
parent
580a69f11e
commit
a042de128b
1 changed files with 1 additions and 1 deletions
|
|
@ -8,4 +8,4 @@ CuraDebugMode = True if "@_cura_debugmode@" == "ON" else False
|
|||
CuraSDKVersion = "@CURA_SDK_VERSION@"
|
||||
CuraCloudAPIRoot = "@CURA_CLOUD_API_ROOT@"
|
||||
CuraCloudAPIVersion = "@CURA_CLOUD_API_VERSION@"
|
||||
CuraCloudAccountAPIRoot = "CURA_CLOUD_ACCOUNT_API_ROOT"
|
||||
CuraCloudAccountAPIRoot = "@CURA_CLOUD_ACCOUNT_API_ROOT@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue