simplify OOBE title

This commit is contained in:
2026-04-21 00:47:14 +03:00
parent 1e07081a0e
commit 287a25a353

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)) { 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) if($sku == 406)