From a0a0c397858328a342e6ed133d1f32ee625635ca Mon Sep 17 00:00:00 2001 From: mkuba50 Date: Fri, 13 Oct 2017 19:46:36 +0200 Subject: [PATCH] Fix generation of links for build 17017.1000 --- get.php | 2 +- shared/main.php | 2 +- shared/packs.php | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) 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(