download lbrynet tar.gz

This commit is contained in:
Jack 2016-08-28 15:34:04 -04:00
parent cadd1f993d
commit 74800a0767

View file

@ -48,8 +48,10 @@ init:
- ps: C:\Python27\Scripts\pip.exe install googlefinance==0.7
- ps: C:\Python27\Scripts\pip.exe install git+https://github.com/lbryio/lbryum.git
- ps: cd C:\temp
- ps: git clone --depth 1 https://github.com/lbryio/lbry.git
- ps: cd C:\temp\lbry
- ps: Invoke-WebRequest "https://github.com/lbryio/lbry/archive/v0.4.0.tar.gz" -OutFile "C:\temp\lbrynet.v0.4.0.tar.gz"
- ps: 7z e lbrynet.v0.4.0.tar.gz
- ps: 7z x lbrynet.v0.4.0.tar
- ps: cd C:\temp\lbrynet.v0.4.0
build_script:
- cmd: C:\Python27\python.exe setup_win32.py build bdist_msi