missed a few spots

This commit is contained in:
Alex Grintsvayg 2017-03-09 15:41:17 -05:00
parent 787fd0cc71
commit d633c2790c

View file

@ -68,7 +68,7 @@ npm install
pyinstaller -y lbry.onefile.spec
mv dist/lbrynet-daemon "$ROOT/app/dist/"
)
python zip_daemon.py
python "$BUILD_DIR/zip_daemon.py"
###################
@ -90,7 +90,7 @@ if [ "$FULL_BUILD" == "true" ]; then
# electron-build has a publish feature, but I had a hard time getting
# it to reliably work and it also seemed difficult to configure. Not proud of
# this, but it seemed better to write my own.
python release_on_tag.py
python "$BUILD_DIR/release_on_tag.py"
deactivate