From d7cbd285a7aee95a919120bd0ce4cf39ab60cc21 Mon Sep 17 00:00:00 2001 From: "A. Fox" Date: Sat, 22 May 2021 20:20:49 -0700 Subject: [PATCH] Rename binary after installation --- .goreleaser.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 04ff263..3c756c4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -5,8 +5,6 @@ builds: - env: - CGO_ENABLED=0 main: ./cmd/jf/main.go - flags: - - -o="#{bin}/jf" goos: - linux - windows @@ -49,4 +47,4 @@ brews: system "#{bin}/jf --help" install: | - bin.install "jf" + bin.install "jsonfind" => "jf"