Add support for Cumulative Updates
This commit is contained in:
@ -16,12 +16,12 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
function uupApiVersion() {
|
||||
return '1.2.1';
|
||||
return '1.3.0';
|
||||
}
|
||||
|
||||
function uupApiPrintBrand() {
|
||||
global $uupApiBrandPrinted;
|
||||
|
||||
|
||||
if(!isset($uupApiBrandPrinted)) {
|
||||
consoleLogger('UUP dump API v'.uupApiVersion());
|
||||
$uupApiBrandPrinted = 1;
|
||||
|
@ -37,6 +37,7 @@ $packs = array(
|
||||
'Microsoft-Windows-Hello-Face-Resource-A-Package',
|
||||
'Microsoft-Windows-Hello-Face-Resource-B-Package',
|
||||
'Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package',
|
||||
'Windows10\.0-KB',
|
||||
),
|
||||
'CLOUD' => array(
|
||||
'Microsoft-Windows-EditionPack-Professional-Package',
|
||||
|
Reference in New Issue
Block a user