Tag: icons
-
Extracting Adobe CC icons for Munki
Generally, Munki has no problems extracting icons from .app or .pkg items it imports. Adobe makes its installers a bit annoying to get icons out of, so when you import an Adobe CC item into Munki and try to get the icon out, you’ll get this instead: Attempt to create a product icon? [y/n] y…
-
Script to copy a Munki generic icon
Munki is fairly good at extracting icons from applications. Sometimes, though, you have items in your Munki catalog that aren’t exactly easily icon-able, so you may want to attach a generic icon to it instead. I wrote a Python script that will copy a generic icon to any of the Munki repository items missing an…
-
Manually adding icons to Munki-imported packages
As with all Munki tutorials, this one assumes you already know some Munki basics. If you don’t, you might want to start with Absolute beginner’s guide to setting up Munki (not monkey). When you use munkiimport to import software packages, it will either find icons automatically or prompt you to try to extract icons from…