Skip to content

Commit

Permalink
ci: add app icon to choco config
Browse files Browse the repository at this point in the history
  • Loading branch information
go-compile committed Mar 29, 2023
1 parent 5d7022e commit 0cce8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ chocolateys:
summary: "Localrelay is a light-weight reverse proxy"
package_source_url: "https://github.com/go-compile/localrelay"
require_license_acceptance: false
icon_url: ""
icon_url: "https://raw.githubusercontent.com/go-compile/localrelay/master/icon.png"
description: "{{ .ProjectName }} is a reverse proxy routing system, allowing you to use fail overs and connect to onion hidden services."
release_notes: "https://github.com/go-compile/localrelay/releases/tag/v{{.Version}}"
api_key: "{{.Env.CHOCOLATEY_API_KEY }}"
Expand Down

0 comments on commit 0cce8f3

Please sign in to comment.