add set_build.py back in
This commit is contained in:
parent
fa0d13e630
commit
3adf3c26f2
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ jobs:
|
||||||
install:
|
install:
|
||||||
- pip3 install pyinstaller
|
- pip3 install pyinstaller
|
||||||
- pip3 install git+https://github.com/lbryio/torba.git
|
- pip3 install git+https://github.com/lbryio/torba.git
|
||||||
|
- 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/cli.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue