forked from uup-dump/api
Add missing updates to lists created from generated packs
This commit is contained in:
parent
5bcd082c5a
commit
ac0e30ecdf
4
get.php
4
get.php
@ -372,6 +372,10 @@ function uupGetFiles($updateId = 'c2a1d787-647b-486d-b264-f90f3782cdc6', $usePac
|
|||||||
}
|
}
|
||||||
|
|
||||||
if($desiredEdition == 'GENERATEDPACKS') {
|
if($desiredEdition == 'GENERATEDPACKS') {
|
||||||
|
$temp = preg_grep('/Windows10\.0-KB.*-EXPRESS/i', $filesKeys, PREG_GREP_INVERT);
|
||||||
|
$temp = preg_grep('/Windows10\.0-KB/i', $temp);
|
||||||
|
$filesList = array_merge($filesList, $temp);
|
||||||
|
|
||||||
$newFiles = array();
|
$newFiles = array();
|
||||||
foreach($filesList as $val) {
|
foreach($filesList as $val) {
|
||||||
$name = preg_replace('/~31bf3856ad364e35/', '', $val);
|
$name = preg_replace('/~31bf3856ad364e35/', '', $val);
|
||||||
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
function uupApiVersion() {
|
function uupApiVersion() {
|
||||||
return '1.14.3';
|
return '1.14.4';
|
||||||
}
|
}
|
||||||
|
|
||||||
function uupApiPrintBrand() {
|
function uupApiPrintBrand() {
|
||||||
|
Loading…
Reference in New Issue
Block a user