Merge pull request #1231 from CosmWasm/315_rename

Rename windows client binary
This commit is contained in:
Alexander Peters
2023-03-06 10:11:45 +01:00
committed by GitHub

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)