Skip to content

Commit

Permalink
Update new edge signature for ubuntu (#10890)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorekumar-anchala authored Nov 4, 2024
1 parent a29761e commit 2d27578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/windows/scripts/build/Install-EdgeDriver.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Write-Host "Expand Microsoft Edge WebDriver archive..."
Expand-7ZipArchive -Path $archivePath -DestinationPath $edgeDriverPath

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

Write-Host "Setting the environment variables..."
Expand Down

1 comment on commit 2d27578

@iphydro
Copy link

@iphydro iphydro commented on 2d27578 Nov 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not update the signature for ubuntu, it breaks the previously fixed signature for Windows.

Please sign in to comment.