Skip to content

Commit

Permalink
Update windows binary path in makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
tmck-code committed Feb 1, 2022
1 parent 5917546 commit b935ce1
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 @@ -47,7 +47,7 @@ build/release: build/docker
@docker create --name pokesay pokesay-go:latest
@docker cp pokesay:/usr/local/src/pokesay-linux-amd64 .
@docker cp pokesay:/usr/local/src/pokesay-darwin-amd64 .
@docker cp pokesay:/usr/local/src/pokesay-windows-amd64 .
@docker cp pokesay:/usr/local/src/pokesay-windows-amd64.exe .
@docker cp pokesay:/usr/local/src/pokesay-android-arm64 .
@docker rm -f pokesay

Expand Down

0 comments on commit b935ce1

Please sign in to comment.