diff --git a/build.ps1 b/build.ps1 index b24e2c37..717dd513 100644 --- a/build.ps1 +++ b/build.ps1 @@ -1378,6 +1378,7 @@ function Build-Installer() { } Build-WiXProject sdk.wixproj -Arch $Arch -Properties @{ + InstallerPlatform = $HostArch.ShortName; PLATFORM_ROOT = "$($Arch.PlatformInstallRoot)\"; SDK_ROOT = "$($Arch.SDKInstallRoot)\"; SWIFT_SOURCE_DIR = "$SourceCache\swift\";