lets do just osx and linux
This commit is contained in:
parent
4585ce33bd
commit
a0ad78b037
1 changed files with 2 additions and 1 deletions
3
build.sh
3
build.sh
|
@ -41,7 +41,8 @@ cp -R "$ROOT/lbry-web-ui/dist" "$ROOT/electron/"
|
|||
mv "$ROOT/lbrynet/dist/lbry" "$ROOT/electron/dist"
|
||||
|
||||
if [ -n "${TEAMCITY_VERSION:-}" ]; then
|
||||
electron-packager --electron-version=1.4.14 --all --overwrite "$ROOT/electron" LBRY
|
||||
electron-packager --electron-version=1.4.14 --platform=darwin --overwrite "$ROOT/electron" LBRY
|
||||
electron-packager --electron-version=1.4.14 --platform=linux --overwrite "$ROOT/electron" LBRY
|
||||
echo 'Build and packaging complete.'
|
||||
else
|
||||
echo 'Build complete. Run `electron electron` to launch the app'
|
||||
|
|
Loading…
Add table
Reference in a new issue