NOISSUE add 'java.vendor' to the checker and display/log the value

This commit is contained in:
Petr Mrázek
2020-09-07 22:28:41 +02:00
parent 8a0027c73a
commit feae420450
7 changed files with 17 additions and 9 deletions

View File

@ -17,6 +17,7 @@ struct MULTIMC_LOGIC_EXPORT JavaCheckResult
QString mojangPlatform;
QString realPlatform;
JavaVersion javaVersion;
QString javaVendor;
QString outLog;
QString errorLog;
bool is_64bit = false;