Change exit code when using no params to zero

pull/538/head
Pavel Djundik 1 year ago
parent b9895121a4
commit 53fefe6da2

@ -27,7 +27,7 @@ namespace DepotDownloader
PlatformUtilities.VerifyConsoleLaunch();
}
return 1;
return 0;
}
Ansi.Init();

Loading…
Cancel
Save