munkiimport copies 'featured' from prior version and also offers to edit it

This commit is contained in:
Greg Neagle
2017-03-01 15:55:10 -08:00
parent 3eaa888974
commit aee6d005fb
+2
View File
@@ -1096,6 +1096,7 @@ def main():
'update_for',
'category',
'developer',
'featured',
'icon_name']:
if key in matchingpkginfo:
print 'Copying %s: %s' % (key, matchingpkginfo[key])
@@ -1108,6 +1109,7 @@ def main():
('Version', 'version', 'str'),
('Category', 'category', 'str'),
('Developer', 'developer', 'str'),
('Featured', 'featured', 'bool'),
('Unattended install', 'unattended_install', 'bool'),
('Unattended uninstall', 'unattended_uninstall', 'bool'),
)