From eed5f4e358be9646a64f3f74ef6782676703ea40 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Sun, 15 Jan 2023 22:30:23 -0600 Subject: [PATCH] chore: update README and goreleaser Signed-off-by: jolheiser --- .goreleaser.yaml | 4 ++-- README.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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)