diff options
Diffstat (limited to 'Source/Core/WinUpdater/Main.cpp')
| -rw-r--r-- | Source/Core/WinUpdater/Main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/WinUpdater/Main.cpp b/Source/Core/WinUpdater/Main.cpp index 567486f00a..910a4cfd10 100644 --- a/Source/Core/WinUpdater/Main.cpp +++ b/Source/Core/WinUpdater/Main.cpp @@ -16,6 +16,8 @@ #include "UpdaterCommon/UI.h" #include "UpdaterCommon/UpdaterCommon.h" +// Refer to docs/autoupdate_overview.md for a detailed overview of the autoupdate process + int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PWSTR pCmdLine, int nCmdShow) { if (lstrlenW(pCmdLine) == 0) |
