Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
push 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoes1286 committed Mar 12, 2021
1 parent ad2ac45 commit 0446905
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion ModInstaller/Backend/JSON/JSONModList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ public static ModListFormat[] GetModLists(bool reload = false, string[] jsonfile
{
if(_mlf[i].Modlist[x].DelInfoArray == null) {continue;}
_mlf[i].Modlist[x].DelInfo = new string(string.Join('?', _mlf[i].Modlist[x].DelInfoArray));
Console.WriteLine(_mlf[i].Modlist[x].DelInfo);
}
}

Expand Down
2 changes: 1 addition & 1 deletion ModInstaller/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ModInstaller/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void startdebugconsole()

private void LoadGUI(object sender, EventArgs e)
{
AutoUpdater.InstalledVersion = new Version("1.2.0");
AutoUpdater.InstalledVersion = new Version("1.2.1");
AutoUpdater.Start("https://raw.githubusercontent.com/WFIOST/H3VR-Mod-Installer-Database/main/Database/updateinfo.xml");
//displays screen if out of date, updates automatically. no downside other than it uses fucking xml -- potaotes
//also note it gets the current ver from the assembly file ver, so make sure to update that!
Expand Down

0 comments on commit 0446905

Please sign in to comment.