Release to winget
This commit is contained in:
parent
69e4251cce
commit
4a10c74a3f
1 changed files with 27 additions and 3 deletions
|
|
@ -15,7 +15,10 @@ builds:
|
|||
- windows
|
||||
|
||||
archives:
|
||||
- name_template: >-
|
||||
- format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
name_template: >-
|
||||
{{ .ProjectName }}_{{ .Version }}_
|
||||
{{- if eq .Os "darwin" }}Darwin
|
||||
{{- else if eq .Os "linux" }}Linux
|
||||
|
|
@ -49,7 +52,7 @@ release:
|
|||
brews:
|
||||
- name: webtoon-dl
|
||||
homepage: https://github.com/robinovitch61/webtoon-dl
|
||||
description: "Download webtoon comics as pdfs."
|
||||
description: "A cli for downloading content from webtoon.com"
|
||||
folder: Formula
|
||||
commit_author:
|
||||
name: "Leo Robinovitch"
|
||||
|
|
@ -61,6 +64,27 @@ brews:
|
|||
branch: main
|
||||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
||||
|
||||
winget:
|
||||
- name: webtoon-dl
|
||||
publisher: robinovitch61
|
||||
license: MIT
|
||||
copyright: "Leo Robinovitch"
|
||||
homepage: https://github.com/robinovitch61/webtoon-dl
|
||||
short_description: "A cli for downloading content from webtoon.com"
|
||||
package_identifier: "robinovitch61.webtoon-dl"
|
||||
repository:
|
||||
owner: "robinovitch61"
|
||||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
||||
name: winget-pkgs
|
||||
branch: "{{.ProjectName}}-{{.Version}}"
|
||||
pull_request:
|
||||
enabled: true
|
||||
draft: false
|
||||
base:
|
||||
owner: microsoft
|
||||
name: winget-pkgs
|
||||
branch: master
|
||||
|
||||
chocolateys:
|
||||
- owners: "Leo Robinovitch"
|
||||
authors: "Leo Robinovitch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue