add: goreleaser

This commit is contained in:
2026-02-06 14:31:36 +08:00
parent 6ec897468f
commit 2a0f2901b4
17 changed files with 162 additions and 103 deletions

View File

@@ -19,7 +19,7 @@ type WindowState struct {
Maximised bool `mapstructure:"maximised"`
}
const Version = "0.0.2"
var Version = "0.0.2"
type Config struct {
v *viper.Viper