mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Fix POLYMC_JAVA_PATHS env not working on Windows
This commit is contained in:
parent
87cf38a377
commit
659f93b1de
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ QList<QString> JavaUtils::FindJavaPaths()
|
|||
}
|
||||
}
|
||||
|
||||
return candidates;
|
||||
return addJavasFromEnv(candidates);
|
||||
}
|
||||
|
||||
#elif defined(Q_OS_MAC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue