Copy optional key precache (#879)

Needed to not delete precache OnDemand items after installation
This commit is contained in:
aysiu
2018-11-20 20:45:50 -08:00
committed by Greg Neagle
parent 451de28cb9
commit 7161744729
+2 -1
View File
@@ -487,7 +487,8 @@ def process_install(manifestitem, cataloglist, installinfo,
'icon_name',
'PayloadIdentifier',
'icon_hash',
'OnDemand']
'OnDemand',
'precache']
if (is_optional_install and
not installationstate.some_version_installed(item_pl)):