icns

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

commit 8d9b7b68cae0bee4b0ad67e38e3dc605ab112568
parent fc3feb07bc0deee31daa2f59bd8e2b68297fe0e5
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Fri,  7 May 2021 11:18:46 +0800

docs: remove completed todo

Signed-off-by: Jack Mordaunt <jackmordaunt@gmail.com>

Diffstat:
Mcmd/preview/main.go | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/cmd/preview/main.go b/cmd/preview/main.go @@ -29,11 +29,6 @@ import ( "github.com/ncruces/zenity" ) -// TODO(jfm): convert png to icns. -// - select png file -// - convert and show thumbnails -// - export button to save result -// // BUG(jfm): macOS file dialog returns "no such file or directory". Could be permissions issue. func main() {