add electron-packager to build
This commit is contained in:
parent
189dde38bc
commit
805e1a2fca
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -40,4 +40,6 @@ cp -R "$ROOT/lbry-web-ui/dist" "$ROOT/electron/"
|
|||
|
||||
mv "$ROOT/lbrynet/dist/lbry" "$ROOT/electron/dist"
|
||||
|
||||
electron-packager --electron-version=1.4.14 --overwrite "$ROOT/electron" LBRY
|
||||
|
||||
echo 'Build complete. Run `electron electron` to launch the app'
|
||||
|
|
Loading…
Add table
Reference in a new issue