Brb committing neckrope
- I swear guys I am smart when I don't have a headache
This commit is contained in:
parent
a8a0cd82df
commit
b6fc77045c
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ namespace Ryujinx.Ui
|
||||||
currentVersionPr = (string)_JRoot["BuildPR"];
|
currentVersionPr = (string)_JRoot["BuildPR"];
|
||||||
currentVersionBranch = (string)_JRoot["BuildBranch"];
|
currentVersionBranch = (string)_JRoot["BuildBranch"];
|
||||||
|
|
||||||
_versionText.Text = "Version " + File.ReadAllText(currentVersionJson + " - Branch " + currentVersionBranch + " - PR ID " + currentVersionPr);
|
_versionText.Text = "Version " + currentVersionJson + " - Branch " + currentVersionBranch + " - PR ID " + currentVersionPr;
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue