Add additional appx presence checks
This commit is contained in:
@ -16,7 +16,7 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
function uupApiVersion() {
|
||||
return '1.46.0';
|
||||
return '1.47.0';
|
||||
}
|
||||
|
||||
require_once dirname(__FILE__).'/auths.php';
|
||||
|
@ -199,3 +199,7 @@ function getAllowedFlags() {
|
||||
|
||||
return $flags;
|
||||
}
|
||||
|
||||
function uupAreAppxPresent($genPack) {
|
||||
return isset($genPack['neutral']['APP']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user