mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Use app name so that enterprise is in the name
CURA-6867
This commit is contained in:
parent
7e88e3a019
commit
1554f50518
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ class CuraConan(ConanFile):
|
|||
with open(Path(location, "UltiMaker-Cura.spec"), "w") as f:
|
||||
f.write(pyinstaller.render(
|
||||
name = str(self.options.display_name).replace(" ", "-"),
|
||||
display_name = self.options.display_name,
|
||||
display_name = self._app_name,
|
||||
entrypoint = entrypoint_location,
|
||||
datas = datas,
|
||||
binaries = binaries,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue