make sure npm install is called
This commit is contained in:
parent
c0847cc420
commit
ed0f6f775d
1 changed files with 4 additions and 1 deletions
5
build.sh
5
build.sh
|
@ -3,7 +3,10 @@
|
|||
set -o xtrace
|
||||
set -eu
|
||||
|
||||
cd lbrynet
|
||||
cd electron
|
||||
npm install
|
||||
|
||||
cd ../lbrynet
|
||||
pyinstaller lbry.py -y --windowed --onefile --icon=../../lbry/packaging/osx/lbry-osx-app/app.icns
|
||||
|
||||
cd ../../lbry-web-ui
|
||||
|
|
Loading…
Reference in a new issue