rhysd / go-github-selfupdate

Binary self-update mechanism for Go commands using GitHub
https://godoc.org/github.com/rhysd/go-github-selfupdate/selfupdate
MIT License
597 stars 76 forks source link

fix: add masOS as popular suffix replacement in goreleaser #48

Open wtrocki opened 2 years ago

wtrocki commented 2 years ago

Darwin is not popular name most of the repositories use macOS as name of the binary (that is even documented in goreleaser repository). This change doesn't affect any existing code. It just adds one extra suffix.

wtrocki commented 2 years ago

CC @rhysd