forked from LBRYCommunity/lbry-sdk
add quotes
This commit is contained in:
parent
840508b8ba
commit
78df101473
1 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ 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 "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 "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"
|
||||||
|
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
@ -143,4 +143,4 @@ artifacts:
|
||||||
- path: build/exe.win32-2.7/
|
- path: build/exe.win32-2.7/
|
||||||
name: lbry-portable
|
name: lbry-portable
|
||||||
- path: packaging/windows/lbry-win32-app/LBRY-URI.reg
|
- path: packaging/windows/lbry-win32-app/LBRY-URI.reg
|
||||||
name: LBRY-URI
|
name: LBRY-URI
|
Loading…
Reference in a new issue