Skip to content

Commit

Permalink
fix: correct binary filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronelliott committed Nov 5, 2021
1 parent 9a1aaf5 commit 0c2ba36
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 @@ -34,7 +34,7 @@ PLATFORMS := linux/amd64 windows/amd64 darwin/amd64 darwin/arm64 linux/arm64
temp = $(subst /, ,$@)
os = $(word 1, $(temp))
arch = $(word 2, $(temp))
binname = dist/$(os)-$(arch)
binname = dist/deadsfu-$(os)-$(arch)
bintarname = $(binname).tar.gz
goflags = -ldflags "-X main.Version=$(VER)"

Expand Down

0 comments on commit 0c2ba36

Please sign in to comment.