From cc3846397a00f9fe08443abd43017c7203b7d49d Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Mon, 3 Aug 2026 00:29:44 +0100 Subject: [PATCH] Update branding text in Windows installer script to ensure correct version display - 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. --- packaging/windows/farmcontrol.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/windows/farmcontrol.nsi b/packaging/windows/farmcontrol.nsi index ea4720b..2944039 100644 --- a/packaging/windows/farmcontrol.nsi +++ b/packaging/windows/farmcontrol.nsi @@ -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