onmyway133 / IconGenerator

🍱 A macOS app to generate app icons
https://onmyway133.com/
Other
1.41k stars 83 forks source link

Add option to generate Icns file #9

Closed nikolaiwarner closed 6 years ago

nikolaiwarner commented 6 years ago

This adds an option to automatically generate an Icns file from the generated mac icon set. This should save folks some time so they don't have to do the additional manual steps to make Icns files... which is something I do often, as I love to make custom icons for all of the apps on my mac.

Also, I wrapped the Sharp calls in a promise so that the additional processing needed for making Icns would wait until after all of the image processing finished!

onmyway133 commented 6 years ago

@nikolaiwarner Hi, this is great 🚀 When doing electron apps, I always need to use icns (there's also a note in the README showing how to generate icns). I'm glad that you help to implement this ❤️

nikolaiwarner commented 6 years ago

@onmyway133 Thanks! IconGenerator is a great app! Would you like me to update the readme? Also, when do you make new releases?

onmyway133 commented 6 years ago

@nikolaiwarner "Would you like me to update the readme" -> That would be great ❤️

I will bump version later today