From 8e2220006c0767fe3f14e4e4e9cfe4b5dc124097 Mon Sep 17 00:00:00 2001 From: Uwe Date: Mon, 13 Dec 2021 01:15:55 +0100 Subject: [PATCH] [Win installer] change naming scheme as suggested by the release team to follow the existing naming in our releases --- src/WindowsInstaller/Settings.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WindowsInstaller/Settings.nsh b/src/WindowsInstaller/Settings.nsh index fbdfbb8857..f22304f0c7 100644 --- a/src/WindowsInstaller/Settings.nsh +++ b/src/WindowsInstaller/Settings.nsh @@ -31,7 +31,7 @@ SetCompressor /SOLID lzma # Installer file name # Typical names for the release are "FreeCAD-020-Installer-1.exe" etc. -!define ExeFile "${APP_NAME}-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}${APP_VERSION_REVISION}${APP_VERSION_EMERGENCY}-Installer-${APP_VERSION_BUILD}.exe" +!define ExeFile "${APP_NAME}-${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_VERSION_EMERGENCY}-WIN-x64-installer-${APP_VERSION_BUILD}.exe" #-------------------------------- # installer bit type - for a 32bit or 64bit FreeCAD