We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5731a68 commit fe5acabCopy full SHA for fe5acab
scripts/ci-build.sh
@@ -24,10 +24,10 @@ export CI_OS="windows"
24
25
# sign (win)
26
if [ "$CI_OS" = "windows" ]; then
27
- WIN_SIGN_KEY="Open Source Developer, Amos Wenger"
28
- WIN_SIGN_URL="http://timestamp.verisign.com/scripts/timstamp.dll"
+ WIN_SIGN_KEY="itch corp."
+ WIN_SIGN_URL="http://timestamp.comodoca.com/?td=sha256"
29
30
- signtool.exe sign //v //s MY //n "$WIN_SIGN_KEY" //t "$WIN_SIGN_URL" elevate.exe
+ signtool.exe sign //v //s MY //n "$WIN_SIGN_KEY" //fd sha256 //tr "$WIN_SIGN_URL" //td sha256 elevate.exe
31
fi
32
33
# verify
0 commit comments