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

Commit e465c83

Browse files
committed
Run release_notes script in build_app.sh
1 parent af05b89 commit e465c83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/script/build_app.sh

+3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ GOROOT=$HOME/go
66
PATH=$GOPATH/bin:$GOROOT/bin:$PATH
77

88
if [ "$(uname)" == "Darwin" ]; then
9+
# build electron app for macOS
910
npm run electron-pack -- --mac
11+
# generate release notes only once
12+
sh assets/script/release_notes.sh
1013
else
1114
# build binaries for windows
1215
cd assets/bin/win32

0 commit comments

Comments
 (0)