File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -192,14 +192,14 @@ Function comm
192
192
193
193
Function 7zip ($Path , $DestinationPath , $moreArgs )
194
194
{
195
- Write-Host " 7za .exe" - argument " a -mx9 $DestinationPath $Path $moreArgs " - logfile $false - priority " Normal"
196
- proc - process " 7za .exe" - argument " a -mx9 $DestinationPath $Path $moreArgs " - logfile $false - priority " Normal"
195
+ Write-Host " 7z .exe" - argument " a -mx9 $DestinationPath $Path $moreArgs " - logfile $false - priority " Normal"
196
+ proc - process " 7z .exe" - argument " a -mx9 $DestinationPath $Path $moreArgs " - logfile $false - priority " Normal"
197
197
}
198
198
199
199
Function 7unzip ($zip )
200
200
{
201
- Write-Host " 7za .exe" - argument " x $zip -aoa" - logfile $false - priority " Normal"
202
- proc - process " 7za .exe" - argument " x $zip -aoa" - logfile $false - priority " Normal"
201
+ Write-Host " 7z .exe" - argument " x $zip -aoa" - logfile $false - priority " Normal"
202
+ proc - process " 7z .exe" - argument " x $zip -aoa" - logfile $false - priority " Normal"
203
203
}
204
204
205
205
Function isGCE
@@ -1624,8 +1624,8 @@ Function signWindows
1624
1624
Write-Host " Time: $ ( (Get-Date ).ToUniversalTime().ToString(' yyyy-MM-ddTHH.mm.ssZ' )) "
1625
1625
ForEach ($PACKAGE in $ (Get-ChildItem - Filter ArangoDB3* .exe).FullName)
1626
1626
{
1627
- Write-Host " Sign: signtool.exe sign /fd sha1 /td sha1 /sha1 D4F9266E06107CF3C29AA7E5635AD5F76018F6A3 /tr `" http://sha256timestamp.ws.symantec.com/sha256/timestamp`" `" $PACKAGE `" "
1628
- proc - process signtool.exe - argument " sign /fd sha1 /td sha1 /sha1 D4F9266E06107CF3C29AA7E5635AD5F76018F6A3 /tr `" http://sha256timestamp.ws.symantec.com/sha256/timestamp`" `" $PACKAGE `" " - logfile " $INNERWORKDIR \$ ( $PACKAGE.Split (' \' )[-1 ]) -sign.log" - priority " Normal"
1627
+ Write-Host " Sign: signtool.exe sign /sm / fd sha1 /td sha1 /sha1 D4F9266E06107CF3C29AA7E5635AD5F76018F6A3 /tr `" http://sha256timestamp.ws.symantec.com/sha256/timestamp`" `" $PACKAGE `" "
1628
+ 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"
1629
1629
}
1630
1630
Pop-Location
1631
1631
}
You can’t perform that action at this time.
0 commit comments