forked from LBRYCommunity/lbry-sdk
fix pfx decryption
This commit is contained in:
parent
f47d174f0b
commit
2761254790
1 changed files with 3 additions and 5 deletions
|
@ -115,12 +115,10 @@ init:
|
||||||
cd C:\projects\lbry
|
cd C:\projects\lbry
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: >-
|
- nuget install secure-file -ExcludeVersion
|
||||||
C:\Python27\python.exe setup.py install
|
- secure-file\tools\secure-file -decrypt packaging\windows\certs\lbry2.pfx.enc -secret %pfx_key%
|
||||||
|
- cmd: C:\Python27\python.exe setup.py install
|
||||||
|
|
||||||
nuget install secure-file -ExcludeVersion
|
|
||||||
|
|
||||||
secure-file\tools\secure-file -decrypt "C:\projects\lbry\packaging\windows\certs\lbry2.pfx.enc" -secret %pfx_key%
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
|
|
Loading…
Add table
Reference in a new issue