From f166c1c2824050a7e68efbb0b619d19666dff85f Mon Sep 17 00:00:00 2001 From: MattNL Date: Sun, 5 Mar 2023 16:23:01 -0500 Subject: [PATCH] Change debug build to "E" --- PCK-Studio/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCK-Studio/Program.cs b/PCK-Studio/Program.cs index b2436487..87d7308f 100644 --- a/PCK-Studio/Program.cs +++ b/PCK-Studio/Program.cs @@ -11,7 +11,7 @@ namespace PckStudio { // this is to specify which build release this is. This is manually updated for now // TODO: add different chars for different configurations - private const string BuildType = "d"; + private const string BuildType = "e"; private System.Globalization.Calendar BuildCalendar = new System.Globalization.CultureInfo("en-US").Calendar; private DateTime date = new FileInfo(Assembly.GetExecutingAssembly().Location).LastWriteTime;