From 918d952dfde6787b0a6867caae1b29733ff2f2f9 Mon Sep 17 00:00:00 2001 From: Alex Peters Date: Fri, 3 Mar 2023 15:29:59 +0100 Subject: [PATCH] Rename windows client binary (cherry picked from commit de09c7fe2b42fa17efcf9cb880e00e5a3cd4ecfc) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cef6c6912e..9ec0fa07a5 100644 --- a/Makefile +++ b/Makefile @@ -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)