Skip to content

sdpackages_ampkgprops_path

Jeremy Baker edited this page Apr 19, 2018 · 4 revisions

Description

The sdpackages_ampkgprops_path key sets the path to a plist config for the Software Package to be used in LANrev. There are default values set within the importer, most of which can be edited with other available input variables.

Example Usage:

<key>dest_payload_path</key>
<string>%RECIPE_DIR%/%NAME%-Defaults.ampkgprops</string>

This will produce the .ampkgprops file in the AutoPkg recipe directory for the respective recipe running, and name it based on the Name appended by "Defaults" as defined in your recipe.

Required: False

Clone this wiki locally