File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
images/windows/scripts/build Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Write-Host "Expand Microsoft Edge WebDriver archive..."
2727Expand-7ZipArchive - Path $archivePath - DestinationPath $edgeDriverPath
2828
2929# Validate the EdgeDriver signature
30- $signatureThumbprint = " 0BD8C56733FDCC06F8CB919FF5A200E39B1ACF71 "
30+ $signatureThumbprint = " 7920AC8FB05E0FFFE21E8FF4B4F03093BA6AC16E "
3131Test-FileSignature - Path " $edgeDriverPath \msedgedriver.exe" - ExpectedThumbprint $signatureThumbprint
3232
3333Write-Host " Setting the environment variables..."
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ $downloadUrl = Resolve-GithubReleaseAssetUrl `
88
99Install-Binary - Type MSI `
1010 - Url $downloadUrl `
11- - ExpectedSHA256Sum " 5A1EAD8E553ABBFB4DBB8291A329F3CA859DB2B8D887849F3F8CD19F7FABEF21 "
11+ - ExpectedSHA256Sum " 3CC2866BE450210BDD7A7449DF96E0B1EAE25067EE348631A5B9BFC62C943740 "
1212
1313Write-Host " Performing wsl --install --no-distribution"
1414wsl.exe -- install -- no- distribution
You can’t perform that action at this time.
0 commit comments