Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Move release notes script to linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
tanx committed Oct 2, 2018
1 parent eac3193 commit 98fec60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/script/build_app.sh
Expand Up @@ -8,9 +8,10 @@ PATH=$GOPATH/bin:$GOROOT/bin:$PATH
if [ "$(uname)" == "Darwin" ]; then
# build electron app for macOS
npm run electron-pack -- --mac
else
# generate release notes only once
sh assets/script/release_notes.sh
else

# build binaries for windows
cd assets/bin/win32
env GOOS="windows" GOARCH="386" go build -tags="experimental" -v github.com/lightningnetwork/lnd
Expand Down

0 comments on commit 98fec60

Please sign in to comment.