forked from LBRYCommunity/lbry-sdk
try fixing signtool again
This commit is contained in:
parent
78df101473
commit
6cb22444ac
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ build_script:
|
|||
- ps: >-
|
||||
C:\Python27\python.exe setup.py build bdist_msi
|
||||
|
||||
signtool.exe sign /f "C:\projects\lbry\packaging\windows\certs\lbry2.pfx" /p "%key_pass%" /tr http://tsa.starfieldtech.com /td SHA256 /fd SHA256 "C:\projects\lbry\dist\*.msi"
|
||||
signtool.exe sign /f packaging\windows\certs\lbry2.pfx /p %key_pass% /tr http://tsa.starfieldtech.com /td SHA256 /fd SHA256 dist\*.msi
|
||||
|
||||
|
||||
test_script:
|
||||
|
|
Loading…
Reference in a new issue