Skip to content

Commit

Permalink
Fix typo (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Apr 2, 2020
1 parent 247a186 commit c450a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msi/build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Get-ChildItem .\bin\Release -Filter *.msi -Recurse |
Write-Host "Signing installer"
# always diable tracing here
Set-PSDebug -Trace 0
signtool sign /v /f $env:SIGN_KEYSTORE_FILENAME /p $env:SIGN_STOREPASS /t http://timestamp.verisign.com/scripts/timestamp.dll /d "Jenkins Automation Server ${JenkinsVersion}" /du "https://jenkins.io" $_.FullName
signtool sign /v /f $env:PKCS12_FILE /p $env:SIGN_STOREPASS /t http://timestamp.verisign.com/scripts/timestamp.dll /d "Jenkins Automation Server ${JenkinsVersion}" /du "https://jenkins.io" $_.FullName
if($UseTracing) { Set-PSDebug -Trace 1 }
}

Expand Down

0 comments on commit c450a83

Please sign in to comment.