Skip to content

Commit

Permalink
Add another bundle package example
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Oct 16, 2023
1 parent 7864786 commit e9eb566
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/recipe_robot_lib/inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -1685,8 +1685,9 @@ def inspect_pkg(input_path, args, facts):
cmd = '/usr/sbin/pkgutil --expand "%s" "%s"' % (input_path, expand_path)
exitcode, out, _ = get_exitcode_stdout_stderr(cmd)
if exitcode != 0:
# TODO: Support package bundles here. Example:
# TODO: Support package bundles here. Examples:
# https://pqrs.org/osx/karabiner/files/KeyRemap4MacBook-7.4.0.pkg.zip
# http://www.draftsight.com/download-mac
facts["warnings"].append("Unable to expand package: %s" % input_path)
else:
# Locate and inspect the app.
Expand Down

0 comments on commit e9eb566

Please sign in to comment.