Add additional appx presence checks

This commit is contained in:
2024-06-21 13:31:41 +02:00
parent faa3b7fa45
commit 5e31a6f724
4 changed files with 7 additions and 2 deletions

View File

@ -40,7 +40,7 @@ function uupListLangsInternal($updateId) {
return [
'langList' => $langList,
'langFancyNames' => $langListFancy,
'appxPresent' => isset($genPack['neutral']['APP']),
'appxPresent' => uupAreAppxPresent($genPack),
];
}