Skip to content

Commit 919c0e9

Browse files
committed
Fix Chocolatey package validation issues
- Fix tags format (space-separated instead of comma-separated) - CPMR0014 - Add iconUrl field - CPMR0033 - Remove duplicate project_source_url - CPMR0041 - Move winres.json to build/ directory - Update icon path to assets/icons/icon.png
1 parent b8498a6 commit 919c0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ chocolateys:
155155
release_notes: "https://github.com/Graphixa/FontGet/releases/tag/v{{ .Version }}"
156156
bug_tracker_url: "https://github.com/Graphixa/FontGet/issues"
157157
docs_url: "https://github.com/Graphixa/FontGet/blob/main/README.md"
158-
icon_url: "https://raw.githubusercontent.com/Graphixa/FontGet/main/assets/icon.png"
158+
icon_url: "https://raw.githubusercontent.com/Graphixa/FontGet/main/assets/icons/icon.png"
159159

160160
# Winget (Windows) - Automated PRs to microsoft/winget-pkgs
161161
winget:

0 commit comments

Comments
 (0)