diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 09e8d46..8f8053a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -4,12 +4,12 @@ builds: goos: - linux - windows - - darwin + goarch: + - amd64 ldflags: - "-s -w -X main.Version={{.Version}}" archives: - replacements: - 386: i386 amd64: x86_64 format_overrides: - goos: windows diff --git a/README.md b/README.md index e761fa2..144c9ef 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ **E**asily **get** a project from a release on GitHub/Gitea. +This project is based on work I've done with [webman](https://github.com/candrewlee14/webman) and another project also called [eget](https://github.com/zyedidia/eget). +This project lies somewhere in between them in terms of feature-set. + ## License [MIT](LICENSE)