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

Commit 98fec60

Browse files
committed
Move release notes script to linux build
1 parent eac3193 commit 98fec60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/script/build_app.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ PATH=$GOPATH/bin:$GOROOT/bin:$PATH
88
if [ "$(uname)" == "Darwin" ]; then
99
# build electron app for macOS
1010
npm run electron-pack -- --mac
11+
else
1112
# generate release notes only once
1213
sh assets/script/release_notes.sh
13-
else
14+
1415
# build binaries for windows
1516
cd assets/bin/win32
1617
env GOOS="windows" GOARCH="386" go build -tags="experimental" -v github.com/lightningnetwork/lnd

0 commit comments

Comments
 (0)