Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
kjljkhlkhkjlhj
Browse files Browse the repository at this point in the history
  • Loading branch information
nickname76 committed Aug 31, 2020
1 parent 0aaf5cb commit 8901390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ define build-and-zip-all-targets
$(call build-and-zip,$(1),linux,arm64)

-rm $(BUILDS_DIRECTORY)/$(BINARY_NAME)-$(1)

$(call build,$(1),windows,386,$(BUILDS_DIRECTORY)/$(BINARY_NAME)-$(1).exe)
cd $(BUILDS_DIRECTORY); zip "./$(BINARY_NAME)-$(1)_windows_386.zip" "./$(BINARY_NAME)-$(1).exe"
$(call build,$(1),windows,amd64,$(BUILDS_DIRECTORY)/$(BINARY_NAME)-$(1).exe)
Expand Down

0 comments on commit 8901390

Please sign in to comment.