Rename windows client binary

This commit is contained in:
Alex Peters 2023-03-03 15:29:59 +01:00
parent 32aebb813e
commit de09c7fe2b
No known key found for this signature in database
GPG Key ID: 55CCC24B5703B7D6
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ else
endif
build-windows-client: go.sum
GOOS=windows GOARCH=amd64 go build -mod=readonly $(BUILD_FLAGS) -o build/wasmd-client.exe ./cmd/wasmd
GOOS=windows GOARCH=amd64 go build -mod=readonly $(BUILD_FLAGS) -o build/wasmd.exe ./cmd/wasmd
build-contract-tests-hooks:
ifeq ($(OS),Windows_NT)