Added more verbose debugging options

This commit is contained in:
Liam Cardenas 2017-12-12 11:21:47 -08:00
parent 3c03b5b3d6
commit 8f96523132

View file

@ -30,6 +30,8 @@ dir dist # verify that binary was built/named correctly
# sign binary
nuget install secure-file -ExcludeVersion
secure-file\tools\secure-file -decrypt build\lbry3.pfx.enc -secret "$env:pfx_key"
Write-Host "Testing for lbry3"
Test-Path build\lbry3.pfx
# & ${env:SIGNTOOL_PATH} sign /f build\lbry3.pfx /p "$env:key_pass" /tr http://tsa.starfieldtech.com /td SHA256 /fd SHA256 dist\*.exe