UUP dump API 1.14.0

- Added support of pregenerated update packs
- Added support of fetching updates that need custom SKU ID
This commit is contained in:
mkuba50
2018-04-29 21:33:19 +02:00
parent 6eaa55dad1
commit 5b62a1699c
14 changed files with 139 additions and 81 deletions

View File

@ -179,6 +179,8 @@ $packsForLangs = array(
'zh-tw' => array(0, 6),
);
$packsForLangs = array();
$editionPacks = array(
'CLOUDE' => 0,
'CORE' => 0,
@ -188,14 +190,7 @@ $editionPacks = array(
'PROFESSIONALN' => 1,
);
$fancyEditionNames = array(
'CLOUDE' => 'Windows 10 Lean',
'CORE' => 'Windows 10 Home',
'CORECOUNTRYSPECIFIC' => 'Windows 10 Home China',
'COREN' => 'Windows 10 Home N',
'PROFESSIONAL' => 'Windows 10 Pro',
'PROFESSIONALN' => 'Windows 10 Pro N',
);
$fancyEditionNames['CLOUDE'] = 'Windows 10 Lean';
$skipNeutral = array(
'CLOUDE' => 1,