Enhance sha256 capability check

Upgrade to Windows 11 builds include extra EULA files which do not have sha256 value
This commit is contained in:
abbodi1406
2021-09-28 18:41:06 +03:00
parent 337a58cd39
commit 99533a04a8
2 changed files with 12 additions and 6 deletions

View File

@ -2,7 +2,7 @@
require_once dirname(__FILE__).'/../api/shared/main.php';
function brand($script = null) {
$projVersion = '1.1.0';
$projVersion = '1.1.1';
return 'UUP dump standalone v'.$projVersion;
}