mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-03-13 01:14:28 +00:00
Fixed updater not restarting MultiMC after update.
This commit is contained in:
parent
77ddf8b5d7
commit
d507526320
@ -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…
x
Reference in New Issue
Block a user