mirror of
https://github.com/matrix-org/dendrite
synced 2024-12-13 23:43:59 +01:00
Fix main.wasm output path (fixes #1645)
This commit is contained in:
parent
38318b0f16
commit
d2bcc5f746
1 changed files with 1 additions and 1 deletions
2
build.sh
2
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
|
||||
|
|
Loading…
Reference in a new issue