Fix backwards compatibility, update readme, update internal packs

This commit is contained in:
mkuba50
2019-04-23 02:53:42 +02:00
parent a90dc04636
commit a62526211a
61 changed files with 44 additions and 18 deletions

View File

@ -30,11 +30,11 @@ function uupListEditions($lang = 'en-us', $updateId = 0) {
$build = explode('.', $info['build']);
$build = $build[0];
} else {
$build = 9841;
$build = 15063;
}
if(!isset($info['arch'])) {
$arch = null;
$info['arch'] = null;
}
$genPack = uupGetGenPacks($build, $info['arch'], $updateId);