[Win installer] change naming scheme

as suggested by the release team to follow the existing naming in our releases
This commit is contained in:
Uwe
2021-12-13 01:15:55 +01:00
parent c111009ea6
commit 8e2220006c

View File

@@ -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