mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
specify sign algorithm for windows signing
This commit is contained in:
parent
ac5bb13d0d
commit
1b4fb2347e
@ -8,5 +8,5 @@ $files = Get-ChildItem $path -include ('*.exe', '*.dll') -Recurse
|
||||
|
||||
for ($i=0; $i -lt $files.Count; $i++) {
|
||||
$file = $files[$i].FullName
|
||||
signtool.exe sign /f $cert_path /p $pssw /t http://timestamp.comodoca.com/authenticode $file
|
||||
signtool.exe sign /fd SHA256 /f $cert_path /p $pssw /t http://timestamp.comodoca.com/authenticode $file
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user