Change debug build to "E"

This commit is contained in:
MattNL
2023-03-05 16:23:01 -05:00
parent 2d251558fc
commit f166c1c282

View File

@@ -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;