icns

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

commit bf406b99a811729d26745bd4f92b1531c4bfc796
parent de5873b048d61ff997535cfd2bdfdecad37df9a7
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Sun, 12 Apr 2020 17:40:37 +0800

Fix: Add supported OS type to test.

Diffstat:
Micns_test.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/icns_test.go b/icns_test.go @@ -161,7 +161,7 @@ func TestSizesFromMax(t *testing.T) { { "large", 99999, - []uint{1024, 512, 256, 64, 32}, + []uint{1024, 512, 256, 128, 64, 32}, }, { "smallest",