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

Commit f498449

Browse files
committed
Switch build arg order
1 parent c3e66f9 commit f498449

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 -tags="experimental" -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)