Skip to content

Commit

Permalink
Release to winget
Browse files Browse the repository at this point in the history
  • Loading branch information
robinovitch61 committed Jan 15, 2024
1 parent 69e4251 commit 4a10c74
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand All @@ -60,7 +63,28 @@ brews:
name: homebrew-tap
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"
Expand Down

0 comments on commit 4a10c74

Please sign in to comment.