JackMordaunt / icns

Easily create .icns files (Mac Icons) with this Go library or the included CLI.
https://liberapay.com/JackMordaunt
MIT License
76 stars 5 forks source link

Ico file for windows #28

Open gedw99 opened 9 months ago

gedw99 commented 9 months ago

Any thoughts on if we can gen a ico file too ?

Windows uses ico files apparently for packaging.

see: https://github.com/dawenxi-tech/2fa/commit/8ed9d3edef797609bfe030cb356e572a059caaa9

currently this tool work great for apple and icns. Thanks @JackMordaunt

JackMordaunt commented 9 months ago

This package is tightly scoped on the .icns file format for macOS, hence the name.

Though if adding .ico support is a large boon to packaging cross compiled Go programs, perhaps it's a good idea.

Thanks for the suggestion :)

gedw99 commented 9 months ago

Thanks @JackMordaunt

it’s an awesome package .

there might be a converter out their in golang on GitHub that lowers the work .

if I get time I will have a look ..