icns

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

commit a57a0acee894cdc0975d74bba1cbb995fbf5e2f5
parent c63623c03d05e38b2392dca0ecdbd6250439c1ad
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Wed, 14 Feb 2018 16:59:29 +0100

[*] Targeting the package instead of main.go

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

diff --git a/.goreleaser.yml b/.goreleaser.yml @@ -27,7 +27,7 @@ builds: - linux_386 - darwin_amd64 - darwin_386 - main: ./cmd/icnsify/main.go + main: ./cmd/icnsify ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} binary: icnsify lang: go