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

Commit b26b3c6

Browse files
author
Karl Ranna
committed
Fix windows binary build
Adds "experimental" tag to the windows binary build so that it recognizes `routing.assumechanvalid` flag.
1 parent faf77f0 commit b26b3c6

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
@@ -10,7 +10,7 @@ if [ "$(uname)" == "Darwin" ]; then
1010
else
1111
# build binaries for windows
1212
cd assets/bin/win32
13-
env GOOS="windows" GOARCH="386" go build -v github.com/lightningnetwork/lnd
13+
env GOOS="windows" GOARCH="386" go build -v -tags="experimental" github.com/lightningnetwork/lnd
1414
env GOOS="windows" GOARCH="386" go build -v github.com/btcsuite/btcd
1515

1616
# build the packages using electron-builder on docker

0 commit comments

Comments
 (0)