forked from LBRYCommunity/lbry-sdk
another try
This commit is contained in:
parent
6cb22444ac
commit
93e8ff749c
1 changed files with 2 additions and 4 deletions
|
@ -123,10 +123,8 @@ install:
|
|||
|
||||
|
||||
build_script:
|
||||
- ps: >-
|
||||
C:\Python27\python.exe setup.py build bdist_msi
|
||||
|
||||
signtool.exe sign /f packaging\windows\certs\lbry2.pfx /p %key_pass% /tr http://tsa.starfieldtech.com /td SHA256 /fd SHA256 dist\*.msi
|
||||
- ps: C:\Python27\python.exe setup.py build bdist_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…
Add table
Reference in a new issue