We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d17ff commit 49e393bCopy full SHA for 49e393b
KuruExtract/Program.cs
@@ -12,8 +12,10 @@ public static int Main(string[] args)
12
{
13
AppDomain.CurrentDomain.ProcessExit += ProcessExitHandler;
14
15
+#if WINDOWS
16
Console.Title = "DayZExtract";
17
Thread.Sleep(50); // header will get jank on windows terminal
18
+#endif
19
AnsiConsole.Write(Constants.Header);
20
21
UpdateChecker = new UpdateChecker("wrdg", "DayZExtract");
0 commit comments