icns

Easily create .icns files (Mac Icons) with this Go library or the included CLI.
Log | Files | Refs | LICENSE

commit b5fa7eacf9ba032efba67f1f116730eac01303d8
parent d352e0b54db676a8d68584d53a413938d879882a
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Thu, 15 Nov 2018 16:17:54 +1300

[~] Stay up to date with goreleaser. (fpm was deprecated)

Diffstat:
M.goreleaser.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.goreleaser.yml b/.goreleaser.yml @@ -44,7 +44,7 @@ archive: - README* - changelog* - CHANGELOG* -fpm: +nfpm: name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' bindir: /usr/local/bin