mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 10:56:57 +03:00
Detect java bitness on launch, use appropriate libraries
Fixes problems with latest snapshot
This commit is contained in:
parent
82225a21e1
commit
088b039cf7
10 changed files with 163 additions and 103 deletions
|
|
@ -599,7 +599,7 @@ void MainWindow::doLogin(const QString &errorMsg)
|
|||
|
||||
void MainWindow::prepareLaunch(BaseInstance* instance, MojangAccountPtr account)
|
||||
{
|
||||
Task *updateTask = instance->doUpdate();
|
||||
Task *updateTask = instance->doUpdate(true);
|
||||
if (!updateTask)
|
||||
{
|
||||
launchInstance(instance, account);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue