Skip to content

Commit 72dc80e

Browse files
authored
Update build.ps1
Update hash for 4.0.4
1 parent d251c04 commit 72dc80e

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
@@ -420,7 +420,7 @@ function Fetch-Dependencies {
420420
$WebClient = New-Object Net.WebClient
421421
$WiXVersion = "4.0.4"
422422
$WiXURL = "https://www.nuget.org/api/v2/package/wix/$WiXVersion"
423-
$WiXHash = "33B3F28556F2499D10E0E0382ED481BD71BCB6178A20E7AF15A6879571B6BD41"
423+
$WiXHash = "A9CA12214E61BB49430A8C6E5E48AC5AE6F27DC82573B5306955C4D35F2D34E2"
424424

425425
if (-not (Test-Path $BinaryCache\WiX-$WiXVersion.zip)) {
426426
Write-Output "WiX not found. Downloading from nuget.org ..."

0 commit comments

Comments
 (0)