From 8779348553596eb190274117f88689b9a4b8ca8d Mon Sep 17 00:00:00 2001 From: Ben Burkert Date: Sun, 14 Apr 2024 14:53:20 -0400 Subject: [PATCH] goreleaser: include icon file --- cmd/anchor/.goreleaser.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmd/anchor/.goreleaser.yaml b/cmd/anchor/.goreleaser.yaml index 9293e81..00db4e9 100644 --- a/cmd/anchor/.goreleaser.yaml +++ b/cmd/anchor/.goreleaser.yaml @@ -65,6 +65,8 @@ msi: ids: - windows wxs: ./windows/app.wxs + extra_files: + - ./windows/als2.ico mod_timestamp: "{{ .CommitTimestamp }}" chocolateys: @@ -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 \ No newline at end of file + skip_publish: true