Make Cura app name configurable in CuraVersion

This commit is contained in:
fieldOfView 2018-11-13 16:08:29 +01:00
parent 7a577489ae
commit e66875865f
4 changed files with 13 additions and 5 deletions

View file

@ -1,6 +1,7 @@
# Copyright (c) 2018 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_BUILDTYPE@"