From 15aec1d6a9bc58461fd4f7937effe951345a1164 Mon Sep 17 00:00:00 2001 From: Jason Naylor Date: Tue, 14 May 2024 15:41:00 -0700 Subject: [PATCH] Minor refactor and fixup in BuildProductBaseMsi target --- Build/Installer.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build/Installer.targets b/Build/Installer.targets index f9fe04fe3e..86730f9b88 100644 --- a/Build/Installer.targets +++ b/Build/Installer.targets @@ -439,12 +439,12 @@ - $(SafeApplicationName)_$(Revision).msi + $(SafeApplicationName)_$(PatchVersionSegment).msi $(InstallerDir)/BaseInstallerBuild "$(ApplicationName)" $(SafeApplicationName) $(BuildVersion) $(ProductIdGuid) $(UpgradeCodeGuid) "$(AppBuildDir)/$(BinDirSuffix)" "$(AppBuildDir)/$(DataDirSuffix)" $(CopyrightYear) "$(Manufacturer)" $(SafeManufacturer) $(Arch) - +