diff --git a/Release_Tool/Program.cs b/Release_Tool/Program.cs index 4c41c14..2cde5ec 100644 --- a/Release_Tool/Program.cs +++ b/Release_Tool/Program.cs @@ -15,6 +15,7 @@ namespace Release_Tool public static bool success = true; public static void Main(string[] args) { + Console.Title = "WeeXnes Automated Release Tool"; SetTimestamp(); SetPaths(); Console.WriteLine("Folder -> " + globalTimestamp);