Skip to content

Commit

Permalink
Clarify limitations of AppDmgVersioner
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcspadden committed Feb 14, 2020
1 parent b0d0931 commit ababfd3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Code/autopkglib/AppDmgVersioner.py
Expand Up @@ -35,7 +35,13 @@ class AppDmgVersioner(DmgMounter):
}
}
output_variables = {
"app_name": {"description": "Name of app found on the disk image."},
"app_name": {
"description": (
"Name of app found at the root of the disk image. This does not search "
"recursively for a matching app. If you need to specify a path, use "
"Versioner instead."
)
},
"bundleid": {"description": "Bundle identifier of the app."},
"version": {"description": "Version of the app."},
}
Expand Down

0 comments on commit ababfd3

Please sign in to comment.