Fix generation of links for build 17017.1000

This commit is contained in:
mkuba50 2017-10-13 19:46:36 +02:00
parent 496e015611
commit a0a0c39785
3 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,7 @@ function uupGetFiles($updateId = 'c2a1d787-647b-486d-b264-f90f3782cdc6', $usePac
} }
foreach($pack as $val) { foreach($pack as $val) {
$temp = preg_grep('/'.$val.'\./i', $filesKeys); $temp = preg_grep('/'.$val.'.*\./i', $filesKeys);
$filesTemp = array_merge($filesTemp, $temp); $filesTemp = array_merge($filesTemp, $temp);
} }

View File

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

View File

@ -34,6 +34,8 @@ $packs = array(
'Microsoft-Windows-QuickAssist-Package', 'Microsoft-Windows-QuickAssist-Package',
'Microsoft-Windows-InternetExplorer-Optional-Package', 'Microsoft-Windows-InternetExplorer-Optional-Package',
'Microsoft-Windows-MediaPlayer-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', 'Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package',
), ),
'CLOUD' => array( 'CLOUD' => array(