packages
packages copied to clipboard
Icon for folder installed to Applications
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.
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