diff --git a/get.php b/get.php index c6a3f59..c556357 100644 --- a/get.php +++ b/get.php @@ -31,7 +31,7 @@ function uupGetFiles($updateId = 'c2a1d787-647b-486d-b264-f90f3782cdc6', $usePac } foreach($pack as $val) { - $temp = preg_grep('/'.$val.'\./i', $filesKeys); + $temp = preg_grep('/'.$val.'.*\./i', $filesKeys); $filesTemp = array_merge($filesTemp, $temp); } diff --git a/shared/main.php b/shared/main.php index cee7094..6fa98e1 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.1.1'; + return '1.1.2'; } function uupApiPrintBrand() { diff --git a/shared/packs.php b/shared/packs.php index ac84841..39a136c 100644 --- a/shared/packs.php +++ b/shared/packs.php @@ -34,6 +34,8 @@ $packs = array( 'Microsoft-Windows-QuickAssist-Package', 'Microsoft-Windows-InternetExplorer-Optional-Package', 'Microsoft-Windows-MediaPlayer-Package', + 'Microsoft-Windows-Hello-Face-Resource-A-Package', + 'Microsoft-Windows-Hello-Face-Resource-B-Package', 'Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package', ), 'CLOUD' => array(