Make Cura app display name configurable

CURA-5842
This commit is contained in:
Lipu Fei 2018-11-01 12:14:49 +01:00
parent cb24549d7d
commit ff4dfcf9a6
3 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,7 @@
# Copyright (c) 2015 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
CuraAppDisplayName = "@CURA_APP_DISPLAY_NAME@"
CuraVersion = "@CURA_VERSION@"
CuraBuildType = "@CURA_BUILDTYPE@"
CuraDebugMode = True if "@_cura_debugmode@" == "ON" else False