in teamcity, create packages for all platforms
This commit is contained in:
parent
805e1a2fca
commit
4585ce33bd
1 changed files with 6 additions and 3 deletions
7
build.sh
7
build.sh
|
@ -40,6 +40,9 @@ cp -R "$ROOT/lbry-web-ui/dist" "$ROOT/electron/"
|
||||||
|
|
||||||
mv "$ROOT/lbrynet/dist/lbry" "$ROOT/electron/dist"
|
mv "$ROOT/lbrynet/dist/lbry" "$ROOT/electron/dist"
|
||||||
|
|
||||||
electron-packager --electron-version=1.4.14 --overwrite "$ROOT/electron" LBRY
|
if [ -n "${TEAMCITY_VERSION:-}" ]; then
|
||||||
|
electron-packager --electron-version=1.4.14 --all --overwrite "$ROOT/electron" LBRY
|
||||||
|
echo 'Build and packaging complete.'
|
||||||
|
else
|
||||||
echo 'Build complete. Run `electron electron` to launch the app'
|
echo 'Build complete. Run `electron electron` to launch the app'
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue