Updater: Don't always open console window
This commit is contained in:
parent
8bc6433be1
commit
e956bbdab8
|
@ -18,8 +18,6 @@ static void WaitForProcessToExit(int process_id)
|
||||||
|
|
||||||
int wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nShowCmd)
|
int wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nShowCmd)
|
||||||
{
|
{
|
||||||
Log::SetConsoleOutputParams(true);
|
|
||||||
|
|
||||||
Win32ProgressCallback progress;
|
Win32ProgressCallback progress;
|
||||||
|
|
||||||
int argc = 0;
|
int argc = 0;
|
||||||
|
|
Loading…
Reference in New Issue