Skip to content

Commit 14b6c38

Browse files
Prabhatkumar59Prabhat kumar
and
Prabhat kumar
authored
[Windows] Updating Edgedriver signature and Wsl2 checksum (#11612)
Co-authored-by: Prabhat kumar <[email protected]>
1 parent 3287f20 commit 14b6c38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/windows/scripts/build/Install-EdgeDriver.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Write-Host "Expand Microsoft Edge WebDriver archive..."
2727
Expand-7ZipArchive -Path $archivePath -DestinationPath $edgeDriverPath
2828

2929
#Validate the EdgeDriver signature
30-
$signatureThumbprint = "0BD8C56733FDCC06F8CB919FF5A200E39B1ACF71"
30+
$signatureThumbprint = "7920AC8FB05E0FFFE21E8FF4B4F03093BA6AC16E"
3131
Test-FileSignature -Path "$edgeDriverPath\msedgedriver.exe" -ExpectedThumbprint $signatureThumbprint
3232

3333
Write-Host "Setting the environment variables..."

images/windows/scripts/build/Install-WSL2.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $downloadUrl = Resolve-GithubReleaseAssetUrl `
88

99
Install-Binary -Type MSI `
1010
-Url $downloadUrl `
11-
-ExpectedSHA256Sum "5A1EAD8E553ABBFB4DBB8291A329F3CA859DB2B8D887849F3F8CD19F7FABEF21"
11+
-ExpectedSHA256Sum "3CC2866BE450210BDD7A7449DF96E0B1EAE25067EE348631A5B9BFC62C943740"
1212

1313
Write-Host "Performing wsl --install --no-distribution"
1414
wsl.exe --install --no-distribution

0 commit comments

Comments
 (0)