log python version on windows build script
This commit is contained in:
parent
ffae10d11f
commit
977cf9f506
1 changed files with 1 additions and 0 deletions
|
@ -18,4 +18,5 @@ cd lbry
|
||||||
python scripts/set_build.py
|
python scripts/set_build.py
|
||||||
pip install -e .
|
pip install -e .
|
||||||
pyinstaller --additional-hooks-dir=scripts/. -F -n lbrynet lbrynet/extras/cli.py
|
pyinstaller --additional-hooks-dir=scripts/. -F -n lbrynet lbrynet/extras/cli.py
|
||||||
|
python --version
|
||||||
wine dist/lbrynet.exe --version
|
wine dist/lbrynet.exe --version
|
||||||
|
|
Loading…
Reference in a new issue