From 900f5de8d8cb32e780938a00e3c2bf85db93aeb3 Mon Sep 17 00:00:00 2001 From: Jason Naylor Date: Mon, 16 Dec 2024 14:04:20 -0800 Subject: [PATCH] Fix problem with the ms->zlm copy in the installer --- Build/Installer.targets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Build/Installer.targets b/Build/Installer.targets index e9ade84509..9a0d9b546f 100644 --- a/Build/Installer.targets +++ b/Build/Installer.targets @@ -304,7 +304,8 @@ - $(TargetLocale.Substring(0,2)) + $(TargetLocale.Substring(0,2)) + $(TargetLocale) -t $(InstallerDir)/BaseInstallerBuild/KeyPathFix.xsl