how do you change icon for app created in automator
I like using Automator to make my own Apps, but the icons are all the same. Anybody know how to change these icons?
iMac (21.5-inch Mid 2011), OS X Mountain Lion
I like using Automator to make my own Apps, but the icons are all the same. Anybody know how to change these icons?
iMac (21.5-inch Mid 2011), OS X Mountain Lion
Normally you put an icon file in the Resources folder of your application's bundle, then edit the CFBundleIconFile key of the Info.plist to the name of the icon file. The easiest way would be to just replace the AutomatorApplet.icns file in the bundle's Resources folder with your icon.
Thank you for your reply. I found this- http://www.maclife.com/article/howtos/how_create_automatorbased_web_applications _lion -
and used it and it worked and IT IS just like you suggested.
Thanks again.
how do you change icon for app created in automator