Add support for OOBE updates #2

Open
abbodi1406 wants to merge 4 commits from abbodi1406/api:master into master
Showing only changes of commit 287a25a353 - Show all commits

View File

@@ -379,7 +379,7 @@ function parseFetchUpdate($updateInfo, $out, $arch, $ring, $flight, $build, $sku
}
if($foundType == 'oobe' && !preg_match("/OOBE|Out of Box/i", $updateTitle)) {
$updateTitle = str_replace('Update', 'Update for Windows OOBE', $updateTitle);
$updateTitle = str_replace('Update', 'OOBE Update', $updateTitle);
}
if($sku == 406)