Browse Source

Use company in comment

Contribute to CURA-9157
Jelle Spijker 2 years ago
parent
commit
120c393032
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packaging/msi/UltiMaker-Cura.wxs.jinja

+ 1 - 1
packaging/msi/UltiMaker-Cura.wxs.jinja

@@ -14,7 +14,7 @@
             Manufacturer="{{ company }}"
             Description="UltiMaker Cura the most popular 3D printing slicer"
             Keywords="UltiMaker,Cura,3D,printing,slicer"
-            Comments="Copyright (c) {{ year }} UltiMaker B.V." />
+            Comments="Copyright (c) {{ year }} {{ company }}" />
 
         <InstallExecuteSequence>
             <RemoveExistingProducts Before="InstallInitialize" />