Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit ba37a0d

Browse files
author
Dirk Lemstra
committed
Use a different digest algorithm
1 parent 3b01a71 commit ba37a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppVeyor/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function CreateSource($version)
223223

224224
function SignFiles($files)
225225
{
226-
& $env:SignTool sign /f $env:KeyFile /p "$env:CertPassword" /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp $files
226+
& $env:SignTool sign /f $env:KeyFile /p "$env:CertPassword" /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td sha256 /fd sha256 $files
227227
CheckExitCode "Failed to sign files."
228228
}
229229

0 commit comments

Comments
 (0)