Skip to content

IntuneAppIconGetter

Tobias Almén edited this page Jun 28, 2023 · 1 revision

Description

Extracts the app icon from a .app or .dmg file and saves it as a .png file. This is a very basic processor that uses the sips command to convert the icon to png format. For more advanced icon extraction, use the AppIconExtractor processor.

Input variables

  • app_file

    • required: True,
    • description: Path to the .app or .dmg file to extract the icon from.
  • name

    • required: True,
    • description: Name of the app to use in the output file name.

Output variables

  • icon_file_path
    • description: Path to the extracted icon file, if successful.