Skip to content

Commit

Permalink
fix dist for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Apr 22, 2020
1 parent 82761d7 commit 7e67674
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ qtest:
dist: all
@rm -rf $(DIST_DIR)*
@mkdir -p $(DIST_DIR)
@cp ./bin/$(BUILD_OS)-$(BUILD_ARCH)/$(BINARY) $(DIST_DIR)/$(BINARY)$(DIST_ARCHIVE_EXE)
@cp ./bin/$(BUILD_OS)-$(BUILD_ARCH)/$(BINARY)$(DIST_ARCHIVE_EXE) $(DIST_DIR)/$(BINARY)$(DIST_ARCHIVE_EXE)
@cp ./assets/conf/azure/$(BINARY)-config.yaml $(DIST_DIR)/
@cp ./README.md $(DIST_DIR)/
@cp ./LICENSE $(DIST_DIR)/
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.14

require (
github.com/google/uuid v1.1.1
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/sirupsen/logrus v1.5.0
github.com/spf13/viper v1.6.3 // indirect
golang.org/x/crypto v0.0.0-20200420201142-3c4aac89819a
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvW
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/konsorten/go-windows-terminal-sequences v1.0.1 h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.2 h1:DB17ag19krx9CFsz4o3enTrPXyIXCl+2iCXH/aMAp9s=
github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
Expand Down

0 comments on commit 7e67674

Please # to comment.