mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-10 18:23:53 +00:00
CreditsForm - Updated build label format
This commit is contained in:
1
PCK-Studio/Forms/CreditsForm.Designer.cs
generated
1
PCK-Studio/Forms/CreditsForm.Designer.cs
generated
@@ -139,6 +139,7 @@
|
||||
this.buildLabel.Text = "Build Information";
|
||||
this.buildLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
||||
this.buildLabel.Theme = MetroFramework.MetroThemeStyle.Dark;
|
||||
this.buildLabel.WrapToLine = true;
|
||||
//
|
||||
// CreditsForm
|
||||
//
|
||||
|
||||
@@ -11,9 +11,9 @@ namespace PckStudio.Forms
|
||||
{
|
||||
InitializeComponent();
|
||||
#if BETA
|
||||
buildLabel.Text = $"[Beta] {ApplicationBuildInfo.BetaBuildVersion}@{CommitInfo.BranchName}";
|
||||
buildLabel.Text = $"Build Config: Beta\nBuild Version: {ApplicationBuildInfo.BetaBuildVersion}\n Branch: {CommitInfo.BranchName}";
|
||||
#elif DEBUG
|
||||
buildLabel.Text = $"[Debug] {CommitInfo.BranchName}@{CommitInfo.CommitHash}";
|
||||
buildLabel.Text = $"Build Config: Debug\nBranch: {CommitInfo.BranchName}\nCommit Id: {CommitInfo.CommitHash}";
|
||||
#else
|
||||
buildLabel.Text = string.Empty;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user