Update Program.cs

This commit is contained in:
pointfeev 2021-08-09 05:27:09 -05:00
parent dcaecf04f0
commit 63e597359e

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