Also remove website link.

Would otherwise be hanging loose in the start-menu somehwere.

done as part of CURA-12502
This commit is contained in:
Remco Burema 2025-03-26 08:57:43 +01:00
parent 82939b2644
commit c33a322093
3 changed files with 3 additions and 27 deletions

View file

@ -1,4 +1,4 @@
# Copyright (c) 2022 UltiMaker
# Copyright (c) 2025 UltiMaker
# Cura is released under the terms of the LGPLv3 or higher.
@ -51,7 +51,6 @@ def generate_nsi(source_path: str, dist_path: str, filename: str, version: str):
version_minor = str(parsed_version.minor),
version_patch = str(parsed_version.patch),
company = "UltiMaker",
web_site = "https://ultimaker.com",
year = datetime.now().year,
cura_license_file = str(source_loc.joinpath("packaging", "cura_license.txt")),
compression_method = "LZMA", # ZLIB, BZIP2 or LZMA