Skip to content

Commit 0a970d8

Browse files
[Windows] Update EdgeDriver signature (#11237)
1 parent 9bdf288 commit 0a970d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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..."

0 commit comments

Comments
 (0)