Commit 14b6c38 1 parent 3287f20 commit 14b6c38 Copy full SHA for 14b6c38
File tree 2 files changed +2
-2
lines changed
images/windows/scripts/build
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..."
27
27
Expand-7ZipArchive - Path $archivePath - DestinationPath $edgeDriverPath
28
28
29
29
# Validate the EdgeDriver signature
30
- $signatureThumbprint = " 0BD8C56733FDCC06F8CB919FF5A200E39B1ACF71 "
30
+ $signatureThumbprint = " 7920AC8FB05E0FFFE21E8FF4B4F03093BA6AC16E "
31
31
Test-FileSignature - Path " $edgeDriverPath \msedgedriver.exe" - ExpectedThumbprint $signatureThumbprint
32
32
33
33
Write-Host " Setting the environment variables..."
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ $downloadUrl = Resolve-GithubReleaseAssetUrl `
8
8
9
9
Install-Binary - Type MSI `
10
10
- Url $downloadUrl `
11
- - ExpectedSHA256Sum " 5A1EAD8E553ABBFB4DBB8291A329F3CA859DB2B8D887849F3F8CD19F7FABEF21 "
11
+ - ExpectedSHA256Sum " 3CC2866BE450210BDD7A7449DF96E0B1EAE25067EE348631A5B9BFC62C943740 "
12
12
13
13
Write-Host " Performing wsl --install --no-distribution"
14
14
wsl.exe -- install -- no- distribution
You can’t perform that action at this time.
0 commit comments