Skip to content

Commit

Permalink
Rename windows client binary
Browse files Browse the repository at this point in the history
(cherry picked from commit de09c7f)
  • Loading branch information
alpe authored and mergify[bot] committed Mar 6, 2023
1 parent ddedb03 commit 918d952
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 918d952

Please sign in to comment.