Add missing updates to lists created from generated packs

This commit is contained in:
mkuba50 2018-05-15 21:17:11 +02:00
parent 5bcd082c5a
commit ac0e30ecdf
2 changed files with 5 additions and 1 deletions

View File

@ -372,6 +372,10 @@ function uupGetFiles($updateId = 'c2a1d787-647b-486d-b264-f90f3782cdc6', $usePac
}
if($desiredEdition == 'GENERATEDPACKS') {
$temp = preg_grep('/Windows10\.0-KB.*-EXPRESS/i', $filesKeys, PREG_GREP_INVERT);
$temp = preg_grep('/Windows10\.0-KB/i', $temp);
$filesList = array_merge($filesList, $temp);
$newFiles = array();
foreach($filesList as $val) {
$name = preg_replace('/~31bf3856ad364e35/', '', $val);

View File

@ -16,7 +16,7 @@ limitations under the License.
*/
function uupApiVersion() {
return '1.14.3';
return '1.14.4';
}
function uupApiPrintBrand() {