We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d712fd commit b18dde9Copy full SHA for b18dde9
build.ps1
@@ -554,7 +554,7 @@ try
554
Write-Diagnostic "Downloading $Cef64FileName; this will take a while as the file is $Cef64FileSize MB."
555
$Client.DownloadFile($CefBuildServerUrl + $Cef64FileName, $LocalFile);
556
557
- $Cef32LocalFileHash = (Get-FileHash -Path $LocalFile -Algorithm SHA1).Hash
+ $Cef64LocalFileHash = (Get-FileHash -Path $LocalFile -Algorithm SHA1).Hash
558
559
Write-Diagnostic "Download $Cef64FileName complete"
560
Write-Diagnostic "Expected SHA1 for $Cef64FileName $Cef64FileHash"
0 commit comments