Fixed updater not restarting MultiMC after update.
This commit is contained in:
parent
77ddf8b5d7
commit
d507526320
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue