Skip to content

Commit

Permalink
Update tlk.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
thenextman authored Jan 4, 2021
1 parent f86f425 commit 16797ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tlk.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class TlkRecipe

if (Test-Path Env:SIGNTOOL_NAME) {
$SignToolName = $Env:SIGNTOOL_NAME
$TimestampServer = 'http://timestamp.digicert.com?alg=sha256'
$TimestampServer = 'http://timestamp.globalsign.com/scripts/timstamp.dll'
$SignToolArgs = @(
'sign', '/fd', 'SHA256', '/v',
'/n', $SignToolName,
Expand Down

0 comments on commit 16797ca

Please sign in to comment.