aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-12-16 09:33:48 +0000
committerNeil Alexander <neilalexander@users.noreply.github.com>2020-12-16 09:33:48 +0000
commitd2bcc5f746f52f5537c23898ce9edde3583614fb (patch)
tree52839a186ebb7df62349c9d093ebc5b429245b1a
parent38318b0f162a41ac9d1aa60dc3b7693eae033851 (diff)
Fix main.wasm output path (fixes #1645)
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 494d97ed..e5e7fe8f 100755
--- a/build.sh
+++ b/build.sh
@@ -19,4 +19,4 @@ fi
go install -trimpath -ldflags "$FLAGS" -v $PWD/`dirname $0`/cmd/...
-GOOS=js GOARCH=wasm go build -trimpath -ldflags "$FLAGS" -o main.wasm ./cmd/dendritejs
+GOOS=js GOARCH=wasm go build -trimpath -ldflags "$FLAGS" -o bin/main.wasm ./cmd/dendritejs