From d633c2790c39133732750fb5ce072c9d0136be3c Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Thu, 9 Mar 2017 15:41:17 -0500 Subject: [PATCH] missed a few spots --- build/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build.sh b/build/build.sh index fb9770b33..a6355f653 100755 --- a/build/build.sh +++ b/build/build.sh @@ -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