Skip to content

Commit

Permalink
Rename binary after installation
Browse files Browse the repository at this point in the history
  • Loading branch information
WTFox committed May 23, 2021
1 parent a24af3e commit d7cbd28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ builds:
- env:
- CGO_ENABLED=0
main: ./cmd/jf/main.go
flags:
- -o="#{bin}/jf"
goos:
- linux
- windows
Expand Down Expand Up @@ -49,4 +47,4 @@ brews:
system "#{bin}/jf --help"
install: |
bin.install "jf"
bin.install "jsonfind" => "jf"

0 comments on commit d7cbd28

Please sign in to comment.