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 @@ -1697,8 +1697,8 @@ Function signWindows
16971697 Write-Host " Time: $ ( (Get-Date ).ToUniversalTime().ToString(' yyyy-MM-ddTHH.mm.ssZ' )) "
16981698 ForEach ($PACKAGE in $ (Get-ChildItem - Filter ArangoDB3* .exe).FullName)
16991699 {
1700- Write-Host " Sign: signtool.exe sign /sm /fd sha1 /td sha1 /sha1 D4F9266E06107CF3C29AA7E5635AD5F76018F6A3 /tr `" http://sha256timestamp.ws.symantec. com/sha256/timestamp `" `" $PACKAGE `" "
1701- proc - process signtool.exe - argument " sign /sm /fd sha1 /td sha1 /sha1 D4F9266E06107CF3C29AA7E5635AD5F76018F6A3 /tr `" http://sha256timestamp.ws.symantec. com/sha256/timestamp `" `" $PACKAGE `" " - logfile " $INNERWORKDIR \$ ( $PACKAGE.Split (' \' )[-1 ]) -sign.log" - priority " Normal"
1700+ Write-Host " Sign: signtool.exe sign /sm /fd sha1 /td sha1 /sha1 D4F9266E06107CF3C29AA7E5635AD5F76018F6A3 /tr `" http://timestamp.digicert. com`" `" $PACKAGE `" "
1701+ 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"
17021702 }
17031703 Pop-Location
17041704}
You can’t perform that action at this time.
0 commit comments