Skip to content

Commit

Permalink
Merge pull request #1235 from CosmWasm/mergify/bp/develop_sdk47/pr-1231
Browse files Browse the repository at this point in the history
Rename windows client binary (backport #1231)
  • Loading branch information
alpe committed Mar 6, 2023
2 parents ddedb03 + 918d952 commit 221cf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 221cf02

Please sign in to comment.