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

Commit 8a7e1bb

Browse files
committed
[REVERT_ME] apply main net neutrino patch in wine build
1 parent f998169 commit 8a7e1bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/script/build_app.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ else
1313
# build binaries for windows
1414
cd assets/bin/win32
1515
env GOOS="windows" GOARCH="386" GO111MODULE="on" go get -tags="experimental" -v github.com/lightningnetwork/lnd@$LND_TAG
16+
# enable mainnet neutrino in lnd
17+
cd $GOPATH/src/github.com/lightningnetwork/lnd
18+
git fetch https://github.com/halseth/lnd.git mainnet-neutrino && git cherry-pick d1c23009e00298ed50173fb7cd60bdfb2937d50f
19+
cd $TRAVIS_BUILD_DIR/assets/bin/win32
1620
env GOOS="windows" GOARCH="386" GO111MODULE="on" go build -tags="experimental" -v github.com/lightningnetwork/lnd
1721

1822
# build the packages using electron-builder on docker

0 commit comments

Comments
 (0)