This commit is contained in:
miku-666
2023-03-03 17:39:18 +01:00
17 changed files with 1128 additions and 635 deletions

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 = "a";
private const string BuildType = "b";
private System.Globalization.Calendar BuildCalendar = new System.Globalization.CultureInfo("en-US").Calendar;
private DateTime date = new FileInfo(Assembly.GetExecutingAssembly().Location).LastWriteTime;