Skip to content

Commit 2a2b037

Browse files
committed
Update the Wix version 4.0.6
1 parent 4937d0a commit 2a2b037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ $VSInstallRoot = & $vswhere -nologo -latest -products "*" -all -prerelease -prop
183183
$msbuild = "$VSInstallRoot\MSBuild\Current\Bin\$BuildArchName\MSBuild.exe"
184184

185185
# Hoist to global scope as this is used in two sites.
186-
$WiXVersion = "4.0.5"
186+
$WiXVersion = "4.0.6"
187187

188188
# Avoid $env:ProgramFiles in case this script is running as x86
189189
$UnixToolsBinDir = "$env:SystemDrive\Program Files\Git\usr\bin"

0 commit comments

Comments
 (0)