mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 07:15:12 +08:00
Fix installer name
This commit is contained in:
parent
909efcb328
commit
cb9a948e9d
@ -44,7 +44,7 @@ def generate_nsi(source_path: str, dist_path: str, filename: str, version: str):
|
|||||||
|
|
||||||
|
|
||||||
nsis_content = template.render(
|
nsis_content = template.render(
|
||||||
app_name = f"UltiMaker Cura {os.getenv('CURA_VERSION_FULL')}",
|
app_name = f"UltiMaker Cura {version}",
|
||||||
main_app = "UltiMaker-Cura.exe",
|
main_app = "UltiMaker-Cura.exe",
|
||||||
version = version,
|
version = version,
|
||||||
version_major = str(parsed_version.major),
|
version_major = str(parsed_version.major),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user