Brb committing neckrope
- I swear guys I am smart when I don't have a headache
This commit is contained in:
parent
ddb9322628
commit
6a883f5158
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ namespace Ryujinx.Ui
|
|||
currentVersionPr = (string)_JRoot["BuildPR"];
|
||||
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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue