updated pyinstaller build instructions

This commit is contained in:
Lex Berezhny 2018-11-04 15:51:27 -05:00
parent 320ad717cd
commit cdd65c6783
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ jobs:
- python scripts/set_build.py
- pip3 install -e .
script:
- pyinstaller -F -n lbrynet lbrynet/cli.py
- pyinstaller -F -n lbrynet lbrynet/extras/cli.py
- chmod +x dist/lbrynet
- zip -j dist/lbrynet-${OS}.zip dist/lbrynet
- ./dist/lbrynet --version

View file

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