fix pfx decryption

This commit is contained in:
Jack 2016-08-31 23:54:00 -04:00
parent f47d174f0b
commit 2761254790

View file

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