log python version on windows build script

This commit is contained in:
Victor Shyba 2018-11-23 15:57:53 -03:00 committed by Lex Berezhny
parent ffae10d11f
commit 977cf9f506

View file

@ -18,4 +18,5 @@ cd lbry
python scripts/set_build.py
pip install -e .
pyinstaller --additional-hooks-dir=scripts/. -F -n lbrynet lbrynet/extras/cli.py
python --version
wine dist/lbrynet.exe --version