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
|
- windows
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
- name_template: >-
|
- format_overrides:
|
||||||
|
- goos: windows
|
||||||
|
format: zip
|
||||||
|
name_template: >-
|
||||||
{{ .ProjectName }}_{{ .Version }}_
|
{{ .ProjectName }}_{{ .Version }}_
|
||||||
{{- if eq .Os "darwin" }}Darwin
|
{{- if eq .Os "darwin" }}Darwin
|
||||||
{{- else if eq .Os "linux" }}Linux
|
{{- else if eq .Os "linux" }}Linux
|
||||||
|
|
@ -49,7 +52,7 @@ release:
|
||||||
brews:
|
brews:
|
||||||
- name: webtoon-dl
|
- name: webtoon-dl
|
||||||
homepage: https://github.com/robinovitch61/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
|
folder: Formula
|
||||||
commit_author:
|
commit_author:
|
||||||
name: "Leo Robinovitch"
|
name: "Leo Robinovitch"
|
||||||
|
|
@ -60,7 +63,28 @@ brews:
|
||||||
name: homebrew-tap
|
name: homebrew-tap
|
||||||
branch: main
|
branch: main
|
||||||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
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:
|
chocolateys:
|
||||||
- owners: "Leo Robinovitch"
|
- owners: "Leo Robinovitch"
|
||||||
authors: "Leo Robinovitch"
|
authors: "Leo Robinovitch"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue