Fixed building

This commit is contained in:
MelonSpeedruns 2020-02-06 16:35:58 -05:00
parent 0878cc5627
commit 0957b76084

View file

@ -49,11 +49,6 @@ 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")));