This commit is contained in:
pointfeev 2021-08-09 05:14:23 -05:00
parent 14010569fa
commit 762899b3e6

View file

@ -14,7 +14,7 @@ namespace CreamInstaller
{
public static class Program
{
public static string ApplicationName = "CreamInstaller v" + Application.ProductVersion + ": CreamAPI Downloader & Installer";
public static string ApplicationName = "CreamInstaller v" + Application.ProductVersion + ": CreamAPI Downloader & Installer"
public static Assembly EntryAssembly = Assembly.GetEntryAssembly();
public static Process CurrentProcess = Process.GetCurrentProcess();