mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
missed a few spots
This commit is contained in:
parent
787fd0cc71
commit
d633c2790c
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ npm install
|
||||||
pyinstaller -y lbry.onefile.spec
|
pyinstaller -y lbry.onefile.spec
|
||||||
mv dist/lbrynet-daemon "$ROOT/app/dist/"
|
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
|
# 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
|
# it to reliably work and it also seemed difficult to configure. Not proud of
|
||||||
# this, but it seemed better to write my own.
|
# this, but it seemed better to write my own.
|
||||||
python release_on_tag.py
|
python "$BUILD_DIR/release_on_tag.py"
|
||||||
|
|
||||||
deactivate
|
deactivate
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue