0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-17 20:08:21 +02:00

Fix main.wasm output path (fixes #1645)

This commit is contained in:
Neil Alexander 2020-12-16 09:33:48 +00:00
parent 38318b0f16
commit d2bcc5f746
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -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