improved packaging

- use version in archive name
- "macOS" instead of "Darwin"
- include example config in archives
- use subdir in archives
This commit is contained in:
Philipp Wolfer 2023-11-28 10:01:35 +01:00
parent d96df4367d
commit cde9b28c28
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
5 changed files with 17 additions and 5 deletions

2
go.mod
View file

@ -9,6 +9,7 @@ require (
github.com/glebarez/sqlite v1.10.0
github.com/go-resty/resty/v2 v2.10.0
github.com/jarcoal/httpmock v1.3.1
github.com/shkh/lastfm-go v0.0.0-20191215035245-89a801c244e0
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.17.0
github.com/stretchr/testify v1.8.4
@ -44,7 +45,6 @@ require (
github.com/rivo/uniseg v0.4.4 // indirect
github.com/sagikazarmark/locafero v0.3.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/shkh/lastfm-go v0.0.0-20191215035245-89a801c244e0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.10.0 // indirect
github.com/spf13/cast v1.5.1 // indirect