mklement0 / fileicon

macOS CLI for managing custom icons for files and folders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add /Contents/Resources/ to possible icon paths

ThatIsAPseudo opened this issue · comments

Many apps store their icon in the /Contents/Resources/ folder, so fileicon get should also look up there in case it doesn't find any Icon\r file.

Example image

Thanks for the suggestion, but:

  • this convention is specific to .app bundles, which are specialized folder (structures)
  • multiple icon files are often present.

And since these files are readily available for direct copying, you don't need a tool such as fileget for it.

By contrast, fileget is focused on managing the not-readily-accessible metadata-based icon information associated with a file or folder, representing the file/folder itself.