updated pyinstaller build instructions
This commit is contained in:
parent
320ad717cd
commit
cdd65c6783
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ jobs:
|
||||||
- python scripts/set_build.py
|
- python scripts/set_build.py
|
||||||
- pip3 install -e .
|
- pip3 install -e .
|
||||||
script:
|
script:
|
||||||
- pyinstaller -F -n lbrynet lbrynet/cli.py
|
- pyinstaller -F -n lbrynet lbrynet/extras/cli.py
|
||||||
- chmod +x dist/lbrynet
|
- chmod +x dist/lbrynet
|
||||||
- zip -j dist/lbrynet-${OS}.zip dist/lbrynet
|
- zip -j dist/lbrynet-${OS}.zip dist/lbrynet
|
||||||
- ./dist/lbrynet --version
|
- ./dist/lbrynet --version
|
||||||
|
|
|
@ -16,5 +16,5 @@ cd torba && pip install -e . && cd ..
|
||||||
cd lbry
|
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/cli.py
|
pyinstaller --additional-hooks-dir=scripts/. -F -n lbrynet lbrynet/extras/cli.py
|
||||||
wine dist/lbrynet.exe --version
|
wine dist/lbrynet.exe --version
|
||||||
|
|
Loading…
Reference in a new issue