Win installer: prepare for a beta build

This commit is contained in:
Uwe
2022-05-15 05:32:46 +02:00
parent 17a72ec54f
commit 0c311af109

View File

@@ -18,7 +18,7 @@ SetCompressor /SOLID lzma
!define APP_VERSION_MAJOR 0
!define APP_VERSION_MINOR 20
!define APP_VERSION_REVISION 0
!define APP_VERSION_EMERGENCY "rev24344" # use "1" for an emergency release of FreeCAD otherwise ""
!define APP_VERSION_EMERGENCY "beta" # use "1" for an emergency release of FreeCAD otherwise ""
# alternatively you can use APP_VERSION_EMERGENCY for a custom suffix of the version number
!define APP_EMERGENCY_DOT "" # use "." for an emergency release of FreeCAD otherwise ""
!define APP_VERSION_BUILD 1 # Start with 1 for the installer releases of each version
@@ -34,15 +34,13 @@ SetCompressor /SOLID lzma
!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
# just comment this line for a 32bit installer:
# installer bit type - FreeCAD is only provided as 64bit build
!define MULTIUSER_USE_PROGRAMFILES64
#--------------------------------
# File locations
# !!! you need to adjust them to the folders in your Windows system !!!
!define FILES_FREECAD "G:\FreeCADInst\Installer\FreeCAD"
!define FILES_FREECAD "G:\FreeCADInst\Installer\FreeCAD-0-20"
!define FILES_DEPS "G:\FreeCADInst\Installer\MSVCRedist"
!define FILES_THUMBS "G:\FreeCADInst\Installer\thumbnail"