Fixed
This commit is contained in:
parent
6210384d66
commit
b7333014e6
1 changed files with 0 additions and 3 deletions
|
@ -49,14 +49,11 @@ namespace Ryujinx.Ui
|
||||||
string currentVersionJson;
|
string currentVersionJson;
|
||||||
string currentVersionBranch;
|
string currentVersionBranch;
|
||||||
string currentVersionPr;
|
string currentVersionPr;
|
||||||
<<<<<<< Updated upstream
|
|
||||||
=======
|
|
||||||
var VersionJSON = JObject.Parse(File.ReadAllText(System.IO.Path.Combine(Environment.CurrentDirectory, "Version.json")));
|
var VersionJSON = JObject.Parse(File.ReadAllText(System.IO.Path.Combine(Environment.CurrentDirectory, "Version.json")));
|
||||||
var _JRoot = VersionJSON[""];
|
var _JRoot = VersionJSON[""];
|
||||||
currentVersionJson = (string)_JRoot["BuildVer"];
|
currentVersionJson = (string)_JRoot["BuildVer"];
|
||||||
currentVersionPr = (string)_JRoot["BuildPR"];
|
currentVersionPr = (string)_JRoot["BuildPR"];
|
||||||
currentVersionBranch = (string)_JRoot["BuildBranch"];
|
currentVersionBranch = (string)_JRoot["BuildBranch"];
|
||||||
>>>>>>> Stashed changes
|
|
||||||
|
|
||||||
JObject VersionJSON = JObject.Parse(File.ReadAllText(System.IO.Path.Combine(Environment.CurrentDirectory, "Version.json")));
|
JObject VersionJSON = JObject.Parse(File.ReadAllText(System.IO.Path.Combine(Environment.CurrentDirectory, "Version.json")));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue