We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f46fda3 + 4250619 commit 560f5aaCopy full SHA for 560f5aa
1 file changed
Sign-File.ps1
@@ -19,7 +19,7 @@ function FindSignTool {
19
if (Test-Path -Path $SignTool -PathType Leaf) {
20
return $SignTool
21
}
22
- $sdkVers = "10.0.22000.0", "10.0.20348.0", "10.0.19041.0", "10.0.17763.0"
+ $sdkVers = "10.0.26100.0", "10.0.22000.0", "10.0.20348.0", "10.0.19041.0", "10.0.17763.0"
23
Foreach ($ver in $sdkVers)
24
{
25
$SignTool = "${env:ProgramFiles(x86)}\Windows Kits\10\bin\${ver}\x64\signtool.exe"
0 commit comments