Fix generation of links for build 17017.1000
This commit is contained in:
		
							
								
								
									
										2
									
								
								get.php
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								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); | ||||
|         } | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,7 @@ limitations under the License. | ||||
| */ | ||||
|  | ||||
| function uupApiVersion() { | ||||
|     return '1.1.1'; | ||||
|     return '1.1.2'; | ||||
| } | ||||
|  | ||||
| function uupApiPrintBrand() { | ||||
|   | ||||
| @@ -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( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user