added title

This commit is contained in:
WeeXnes 2022-04-27 00:50:57 +02:00
parent ff1fb2fa9d
commit 75ab257d3c

View file

@ -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);