File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1729,8 +1729,8 @@ Function signWindows
17291729 Write-Host " Time: $ ( (Get-Date ).ToUniversalTime().ToString(' yyyy-MM-ddTHH.mm.ssZ' )) "
17301730 ForEach ($PACKAGE in $ (Get-ChildItem - Filter ArangoDB3* .exe).FullName)
17311731 {
1732- Write-Host " Sign: signtool.exe sign /sm /fd sha1 /td sha1 /sha1 D4F9266E06107CF3C29AA7E5635AD5F76018F6A3 /tr `" http://timestamp.digicert.com`" `" $PACKAGE `" "
1733- proc - process signtool.exe - argument " sign /sm /fd sha1 /td sha1 /sha1 D4F9266E06107CF3C29AA7E5635AD5F76018F6A3 /tr `" http://timestamp.digicert.com`" `" $PACKAGE `" " - logfile " $INNERWORKDIR \$ ( $PACKAGE.Split (' \' )[-1 ]) -sign.log" - priority " Normal"
1732+ Write-Host " Sign: signtool.exe sign /sm /fd sha256 /td sha256 /sha1 D4F9266E06107CF3C29AA7E5635AD5F76018F6A3 /tr `" http://timestamp.digicert.com`" `" $PACKAGE `" "
1733+ proc - process signtool.exe - argument " sign /sm /fd sha256 /td sha256 /sha1 D4F9266E06107CF3C29AA7E5635AD5F76018F6A3 /tr `" http://timestamp.digicert.com`" `" $PACKAGE `" " - logfile " $INNERWORKDIR \$ ( $PACKAGE.Split (' \' )[-1 ]) -sign.log" - priority " Normal"
17341734 }
17351735 Pop-Location
17361736}
You can’t perform that action at this time.
0 commit comments