diff --git a/code/client/munkiimport b/code/client/munkiimport index ceaec96a..a23d75f3 100755 --- a/code/client/munkiimport +++ b/code/client/munkiimport @@ -433,7 +433,8 @@ def main(): 'developer', 'icon_name', 'unused_software_removal_info', - 'localized_strings']: + 'localized_strings', + 'featured']: if key in matchingpkginfo: print 'Copying %s: %s' % (key, matchingpkginfo[key]) pkginfo[key] = matchingpkginfo[key]