Skip to content

Commit e74d678

Browse files
committed
Go back to WiX 3.14; 6.0 isn't on the GHA runner
1 parent df30a9f commit e74d678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ps1/New-Release.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if (-not (Test-Path $vsRuntimeDir)) {
4646
throw "Visual C++ Redistributable $vsRuntimeVersion not found!"
4747
}
4848

49-
$wixDir = "C:\Program Files\WiX Toolset v6.0\bin"
49+
$wixDir = "C:\Program Files (x86)\WiX Toolset v3.14\bin"
5050
if (-not (Test-Path $wixDir)) {
5151
throw "WiX not found!"
5252
}

0 commit comments

Comments
 (0)