Skip to content

Commit 4250619

Browse files
committed
fix(windows): Add new sdk version to sign tool on Windows Server 2025
1 parent f46fda3 commit 4250619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sign-File.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function FindSignTool {
1919
if (Test-Path -Path $SignTool -PathType Leaf) {
2020
return $SignTool
2121
}
22-
$sdkVers = "10.0.22000.0", "10.0.20348.0", "10.0.19041.0", "10.0.17763.0"
22+
$sdkVers = "10.0.26100.0", "10.0.22000.0", "10.0.20348.0", "10.0.19041.0", "10.0.17763.0"
2323
Foreach ($ver in $sdkVers)
2424
{
2525
$SignTool = "${env:ProgramFiles(x86)}\Windows Kits\10\bin\${ver}\x64\signtool.exe"

0 commit comments

Comments
 (0)