Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop
This commit is contained in:
commit
86284196de
@ -462,7 +462,7 @@ void MainWindow::downloadUpdates(QString repo, int versionId, bool installOnExit
|
|||||||
if (installOnExit)
|
if (installOnExit)
|
||||||
MMC->setUpdateOnExit(updateTask.updateFilesDir());
|
MMC->setUpdateOnExit(updateTask.updateFilesDir());
|
||||||
else
|
else
|
||||||
MMC->installUpdates(updateTask.updateFilesDir());
|
MMC->installUpdates(updateTask.updateFilesDir(), true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user