Skip to content

Commit

Permalink
goreleaser: include icon file
Browse files Browse the repository at this point in the history
  • Loading branch information
benburkert committed Apr 14, 2024
1 parent e180fe4 commit 8779348
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/anchor/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ msi:
ids:
- windows
wxs: ./windows/app.wxs
extra_files:
- ./windows/als2.ico
mod_timestamp: "{{ .CommitTimestamp }}"

chocolateys:
Expand Down Expand Up @@ -93,4 +95,4 @@ chocolateys:
release_notes: "https://github.com/anchordotdev/cli/releases/tag/v{{ .Version }}"
api_key: "{{ .Env.CHOCOLATEY_API_KEY }}"
source_repo: "https://push.chocolatey.org/"
skip_publish: true
skip_publish: true

0 comments on commit 8779348

Please sign in to comment.