packages icon indicating copy to clipboard operation
packages copied to clipboard

Icon for folder installed to Applications

Open mikedarcy opened this issue 5 years ago • 1 comments

I have an application which has multiple app components. By default, it is installed as a folder to Applications. Is there a way to set the Icon for the folder that is installed? I am able to do this after the fact, but that doesn't really help. I can't seem to find any settings in the packages app or information in the documentation for this.

mikedarcy avatar Jul 28 '20 01:07 mikedarcy

Hello, see project https://bitbucket.org/ferben/setfoldericon-obj-c/src/master/ You can build it on your own, or use included binary. Usage is simple: ./setFolderIcon [file.icns|png|jpg|tiff] [folder] This binary with icon file must be included in installer and called in postinstall script.

+FE

ferben avatar Aug 18 '20 13:08 ferben