another try

This commit is contained in:
Jack 2016-09-01 00:47:38 -04:00
parent 6cb22444ac
commit 93e8ff749c

View file

@ -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: