mirror of
https://github.com/munki/munki.git
synced 2025-12-30 19:20:10 -06:00
Add 'featured' to the list of key/values to copy from the previous pkginfo. Fixes #815.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user