runner: autoupdate improvements (#2346)

This commit is contained in:
Andrey Nekrasov
2020-04-27 13:39:47 +03:00
committed by GitHub
parent 55c311cd39
commit ce4643d650
5 changed files with 92 additions and 21 deletions

View File

@@ -13,4 +13,6 @@ struct VersionHelper
int major;
int minor;
int revision;
std::wstring toWstring() const;
};