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

Commit

Permalink
Fix windows lnd.exe build
Browse files Browse the repository at this point in the history
  • Loading branch information
tanx committed May 7, 2019
1 parent 009b7a2 commit e149353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/script/build_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ "$(uname)" == "Darwin" ]; then
else
# build binaries for windows
cd $GOPATH/src/github.com/lightningnetwork/lnd
GOOS="windows" GOARCH="386" GO111MODULE="on" go build -tags="experimental autopilotrpc" -v github.com/lightningnetwork/lnd
GOOS="windows" GOARCH="386" GO111MODULE="on" go build -tags="experimental autopilotrpc" -v github.com/lightningnetwork/lnd/cmd/lnd
cp lnd.exe $TRAVIS_BUILD_DIR/assets/bin/win32/

# build the packages using electron-builder on docker
Expand Down

0 comments on commit e149353

Please sign in to comment.