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