From ac0e30ecdff00b423cfa5052d0469a955d74fb3a Mon Sep 17 00:00:00 2001 From: mkuba50 Date: Tue, 15 May 2018 21:17:11 +0200 Subject: [PATCH] Add missing updates to lists created from generated packs --- get.php | 4 ++++ shared/main.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/get.php b/get.php index 2a2f242..647226f 100644 --- a/get.php +++ b/get.php @@ -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); diff --git a/shared/main.php b/shared/main.php index adc3428..3197726 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.14.3'; + return '1.14.4'; } function uupApiPrintBrand() {