Update branding text in Windows installer script to ensure correct version display
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
- Added a new branding text line in `farmcontrol.nsi` to reflect the version and build number during installation. - This change improves the visibility of versioning information for users, aligning with previous updates to enhance installer branding.
This commit is contained in:
parent
27e5ef13bc
commit
cc3846397a
@ -36,14 +36,14 @@ RequestExecutionLevel admin
|
||||
Icon "${INSTALLER_ICON}"
|
||||
UninstallIcon "${INSTALLER_ICON}"
|
||||
|
||||
BrandingText "Farm Control v${VERSION}-b${BUILD_NUMBER} Installer"
|
||||
|
||||
!insertmacro MUI_PAGE_DIRECTORY
|
||||
!insertmacro MUI_PAGE_INSTFILES
|
||||
!insertmacro MUI_UNPAGE_CONFIRM
|
||||
!insertmacro MUI_UNPAGE_INSTFILES
|
||||
!insertmacro MUI_LANGUAGE "English"
|
||||
|
||||
!define MUI_BRANDINGTEXT "Farm Control v${VERSION}-b${BUILD_NUMBER} Installer"
|
||||
|
||||
Function .onInit
|
||||
${If} ${Silent}
|
||||
SetAutoClose true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user