Merge branch 'master' of https://github.com/DrHacknik/Ryujinx
This commit is contained in:
commit
0878cc5627
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,11 @@ namespace Ryujinx.Ui
|
|||
string currentVersionJson;
|
||||
string currentVersionBranch;
|
||||
string currentVersionPr;
|
||||
var VersionJSON = JObject.Parse(File.ReadAllText(System.IO.Path.Combine(Environment.CurrentDirectory, "Version.json")));
|
||||
var _JRoot = VersionJSON[""];
|
||||
currentVersionJson = (string)_JRoot["BuildVer"];
|
||||
currentVersionPr = (string)_JRoot["BuildPR"];
|
||||
currentVersionBranch = (string)_JRoot["BuildBranch"];
|
||||
|
||||
JObject VersionJSON = JObject.Parse(File.ReadAllText(System.IO.Path.Combine(Environment.CurrentDirectory, "Version.json")));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue