Skip to content

Commit

Permalink
Update sign.bat to use new code signing certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
idrassi committed Jun 17, 2023
1 parent a32f88e commit 1b92049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sign.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PATH=%PATH%;%WSDK81%\bin\x86

rem sign using SHA-256
signtool sign /v /sha1 2B174F12D921AF2FF576D867BE91E97E4ADC7D07 /ac GlobalSign_SHA256_EV_CodeSigning_CA.cer /fd sha256 /tr http://rfc3161timestamp.globalsign.com/advanced /td SHA256 "Release\DirHash.exe" "x64\Release\DirHash.exe" "ARM64\Release\DirHash.exe"
signtool sign /v /sha1 88c1ff4b7469ea3915bd8e7635a7567d34f43202 /ac GlobalSign_SHA256_EV_CodeSigning_CA.cer /fd sha256 /tr http://timestamp.digicert.com /td SHA256 "Release\DirHash.exe" "x64\Release\DirHash.exe" "ARM64\Release\DirHash.exe"

pause

0 comments on commit 1b92049

Please sign in to comment.