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

Commit c3e66f9

Browse files
authored
Merge pull request #633 from lightninglabs/revert-632-fix-windows-binary-build
Revert "Fix windows binary build"
2 parents f2b3522 + 2e6867f commit c3e66f9

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 -tags="experimental" github.com/lightningnetwork/lnd
13+
env GOOS="windows" GOARCH="386" go build -v 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)