mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 22:31:21 -07:00
Fix CURA_PACKAGES_VERSION
This commit is contained in:
parent
1262d47b15
commit
fea37b52be
2 changed files with 2 additions and 2 deletions
|
|
@ -4,4 +4,4 @@
|
|||
CuraVersion = "@CURA_VERSION@"
|
||||
CuraBuildType = "@CURA_BUILDTYPE@"
|
||||
CuraDebugMode = True if "@_cura_debugmode@" == "ON" else False
|
||||
CuraPackagesVersion = "@CURA_PACKAGES_VERSION"
|
||||
CuraPackagesVersion = "@CURA_PACKAGES_VERSION@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue