summaryrefslogtreecommitdiffstats
path: root/logic/updater/DownloadUpdateTask.cpp
Commit message (Collapse)AuthorAgeLines
* Fix syntax errorPetr Mrázek2013-12-13-9/+7
| | | | You do not need goto for that. Really.
* Fix updater removing all files.Andrew2013-12-12-1/+9
| | | | Yeah, I don't know what I was thinking, but somehow it worked before.
* Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek2013-12-10-1/+1
| | | | | | Conflicts: CMakeLists.txt gui/MainWindow.cpp
* Finish implementing update installation.Andrew2013-12-06-0/+5
| | | | Also add the option to update on exit.
* Implement update installerAndrew2013-12-05-4/+75
|
* Implement DownloadUpdateTaskAndrew2013-12-05-0/+322
Installing updates is not implemented yet. That's next.