mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-23 15:54:31 +00:00
Changed display text for debug release 23w11a
This commit is contained in:
@@ -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 = "e";
|
||||
private const string BuildType = "a";
|
||||
private System.Globalization.Calendar BuildCalendar = new System.Globalization.CultureInfo("en-US").Calendar;
|
||||
private DateTime date = new FileInfo(Assembly.GetExecutingAssembly().Location).LastWriteTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user