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() {