icns icon indicating copy to clipboard operation
icns copied to clipboard

Ico file for windows

Open gedw99 opened this issue 1 year ago • 2 comments

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

gedw99 avatar Nov 29 '23 16:11 gedw99

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 :)

JackMordaunt avatar Nov 30 '23 01:11 JackMordaunt

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 ..

gedw99 avatar Nov 30 '23 10:11 gedw99