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:
|
build_script:
|
||||||
- ps: >-
|
- ps: C:\Python27\python.exe setup.py build bdist_msi
|
||||||
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
|
||||||
|
|
||||||
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:
|
test_script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue