From 63e597359eab0668f93fd66b6869afa96b432fc6 Mon Sep 17 00:00:00 2001 From: pointfeev Date: Mon, 9 Aug 2021 05:27:09 -0500 Subject: [PATCH] Update Program.cs --- CreamInstaller/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CreamInstaller/Program.cs b/CreamInstaller/Program.cs index 31517f7..819c501 100644 --- a/CreamInstaller/Program.cs +++ b/CreamInstaller/Program.cs @@ -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();