Skip to content

Commit

Permalink
feat: add winget
Browse files Browse the repository at this point in the history
  • Loading branch information
anhoder committed Jul 14, 2023
1 parent c1c29f9 commit 6a02f9e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 92 deletions.
29 changes: 29 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,35 @@ brews:
system 'echo', '-e', "\033[1;33m给个star✨吧~\033[0m \033[4;36mhttps://github.com/go-musicfox/go-musicfox \033[0m"
bin.install 'musicfox'
winget:
- name: go-musicfox
publisher: go-musicfox
short_description: "A netease music player in terminal."
license: "MIT"
publisher_url: https://github.com/go-musicfox/go-musicfox
publisher_support_url: "https://github.com/go-musicfox/go-musicfox/issues/new"
package_identifier: go-musicfox.go-musicfox
url_template: "https://github.com/go-musicfox/go-musicfox/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: anhoder
email: anhoder@88.com
commit_msg_template: "{{ .PackageIdentifier }}: {{ .Tag }}"
homepage: "https://github.com/go-musicfox/go-musicfox"
description: "A netease music player in terminal."
license_url: "https://goreleaser.com/license"
copyright: "Becker Software LTDA"
copyright_url: "https://goreleaser.com/copyright"
skip_upload: true
release_notes: "{{.Changelog}}"
tags:
- golang
- cli
- netease music
- musicfox
repository:
owner: go-musicfox
name: go-musicfox

# goreleaser支持的配置不多,暂时不用
#scoop:
# url_template: "https://github.com/go-musicfox/go-musicfox/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
Expand Down
18 changes: 0 additions & 18 deletions deploy/winget/go-musicfox.go-musicfox.installer.yaml

This file was deleted.

66 changes: 0 additions & 66 deletions deploy/winget/go-musicfox.go-musicfox.locale.zh-CN.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions deploy/winget/go-musicfox.go-musicfox.yaml

This file was deleted.

0 comments on commit 6a02f9e

Please sign in to comment.