Update app name to UltiMaker Cura

Contributes to CURA-9808
This commit is contained in:
jspijker 2022-11-28 08:38:09 +01:00
parent 6a126f4d6b
commit 953bb38c92
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# Copyright (c) 2022 Ultimaker B.V.
# Copyright (c) 2022 UltiMaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
CuraAppName = "{{ cura_app_name }}"

View file

@ -44,7 +44,7 @@ class CuraConan(ConanFile):
"staging": "False",
"devtools": False,
"cloud_api_version": "1",
"display_name": "Ultimaker Cura",
"display_name": "UltiMaker Cura",
"cura_debug_mode": False, # Not yet implemented
"internal": False,
}