Skip to content

Commit 49e393b

Browse files
committed
Only change console title in Windows
1 parent a7d17ff commit 49e393b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

KuruExtract/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ public static int Main(string[] args)
1212
{
1313
AppDomain.CurrentDomain.ProcessExit += ProcessExitHandler;
1414

15+
#if WINDOWS
1516
Console.Title = "DayZExtract";
1617
Thread.Sleep(50); // header will get jank on windows terminal
18+
#endif
1719
AnsiConsole.Write(Constants.Header);
1820

1921
UpdateChecker = new UpdateChecker("wrdg", "DayZExtract");

0 commit comments

Comments
 (0)