We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa7672 commit e0e1b7bCopy full SHA for e0e1b7b
1 file changed
README.md
@@ -1,9 +1,13 @@
1
# SignTool.exe
2
-Windows SDK Signing Tools for Desktop Apps - Extract from Windows 11 SDK 10.0.22621.755
+Windows SDK Signing Tools for Desktop Apps: Extract from Windows 11 SDK.
3
4
-Download from [Releases](../../releases).
+## Download
5
+Download from [Releases](../../releases) or build latest version:
6
+```
7
+python signtool.py
8
9
10
## How to use
11
```
-signtool.exe sign /f Cert.pfx /p <password> /fd SHA256 /td SHA256 /tr http://timestamp.url.com App.exe
12
+signtool.exe sign /f Cert.pfx /p <password> /fd SHA256 /td SHA256 /tr http://timestamp.com App.exe
13
0 commit comments