From c48b8d72da242e48b6e2f01dc6e011e8b88d8948 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 2 Aug 2026 23:09:46 +0100 Subject: [PATCH] Update branding text in Windows installer script - Reintroduced the branding text definition in `farmcontrol.nsi` to ensure the installer reflects the correct version and build number. - This change enhances the visibility of versioning information during the installation process. --- packaging/windows/farmcontrol.nsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/windows/farmcontrol.nsi b/packaging/windows/farmcontrol.nsi index e19c268..ea4720b 100644 --- a/packaging/windows/farmcontrol.nsi +++ b/packaging/windows/farmcontrol.nsi @@ -25,7 +25,6 @@ InstallDirRegKey HKLM "Software\Tom Butcher\Farm Control" "InstallDir" RequestExecutionLevel admin !define MUI_ABORTWARNING -!define MUI_BRANDINGTEXT "Farm Control v${VERSION}-b${BUILD_NUMBER} Installer" !ifndef INSTALLER_ICON !define INSTALLER_ICON "${NSISDIR}\Contrib\Graphics\Icons\modern-install.ico" @@ -43,6 +42,8 @@ UninstallIcon "${INSTALLER_ICON}" !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