mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Add CuraCloudAPIRoot into CuraVersion.py.in and CMakeLists.txt
CURA-5357
This commit is contained in:
parent
13b3e4afa5
commit
9223122fc8
2 changed files with 3 additions and 0 deletions
|
@ -5,3 +5,4 @@ CuraVersion = "@CURA_VERSION@"
|
|||
CuraBuildType = "@CURA_BUILDTYPE@"
|
||||
CuraDebugMode = True if "@_cura_debugmode@" == "ON" else False
|
||||
CuraPackagesVersion = "@CURA_PACKAGES_VERSION@"
|
||||
CuraCloudAPIRoot = "@CURA_CLOUD_API_ROOT@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue