lgarron / folderify

:file_folder: Generate pixel-perfect macOS folder icons in the native style.
MIT License
1.56k stars 39 forks source link

Option to Add Alias Icon to Output #71

Closed Avakining closed 11 months ago

Avakining commented 1 year ago

I'd like if there was an option to make the output icon include the little alias arrow, as changing the icon of the original folder doesn't change the icons for aliases.

lgarron commented 1 year ago

Hmm, interesting. I would have assumed that the arrow is an overlay, but it does in fact seem to be part of the generated icon itself.

This shouldn't be too hard to add, although I'll have to think about the API.

lgarron commented 1 year ago

Okay, I was able to implement it, but the assigned icon doesn't seem to work: https://github.com/lgarron/folderify/commit/23d1cb5165a0438f32b6f11cfd4dffacd6577c49

Screenshot 2023-04-22 at 19 56 00

The .icns and .iconset outputs render correctly at 16x16@2x as well as 16x16, but the actual assigned folder icon doesn't.

lgarron commented 11 months ago

Available in v3.2.0.