Skip to content

Commit

Permalink
build.ps1 - Fix mistake in SHA1 checking
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Jun 10, 2018
1 parent 7d712fd commit b18dde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ try
Write-Diagnostic "Downloading $Cef64FileName; this will take a while as the file is $Cef64FileSize MB."
$Client.DownloadFile($CefBuildServerUrl + $Cef64FileName, $LocalFile);

$Cef32LocalFileHash = (Get-FileHash -Path $LocalFile -Algorithm SHA1).Hash
$Cef64LocalFileHash = (Get-FileHash -Path $LocalFile -Algorithm SHA1).Hash

Write-Diagnostic "Download $Cef64FileName complete"
Write-Diagnostic "Expected SHA1 for $Cef64FileName $Cef64FileHash"
Expand Down

0 comments on commit b18dde9

Please sign in to comment.