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

Commit e149353

Browse files
committed
Fix windows lnd.exe build
1 parent 009b7a2 commit e149353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/script/build_app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ "$(uname)" == "Darwin" ]; then
1212
else
1313
# build binaries for windows
1414
cd $GOPATH/src/github.com/lightningnetwork/lnd
15-
GOOS="windows" GOARCH="386" GO111MODULE="on" go build -tags="experimental autopilotrpc" -v github.com/lightningnetwork/lnd
15+
GOOS="windows" GOARCH="386" GO111MODULE="on" go build -tags="experimental autopilotrpc" -v github.com/lightningnetwork/lnd/cmd/lnd
1616
cp lnd.exe $TRAVIS_BUILD_DIR/assets/bin/win32/
1717

1818
# build the packages using electron-builder on docker

0 commit comments

Comments
 (0)