summaryrefslogtreecommitdiffstats
path: root/application/UpdateController.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE tabs -> spacesPetr Mrázek2018-07-15-368/+368
|
* Catch C++ exceptions by const referenceCharles Milette2018-05-19-1/+1
| | | | Fixes #2277
* GH-1874 do not pass instance launch args to updated MultiMCPetr Mrázek2017-05-01-1/+19
|
* GH-1726 better failure detection for updatesPetr Mrázek2016-11-19-0/+431
Instead of just checking if the new version started, make sure it is able to write its IPC key to a file and then use the key to connect to the process.