sagirilover 5 years ago
parent 6476a35475
commit 37700e4341
  1. 1
      AnimeSoftware/Checks.cs

@ -44,7 +44,6 @@ namespace AnimeSoftware
using (WebClient client = new WebClient())
{
string s = client.DownloadString(url);
Console.WriteLine(s);
if (version != s.Substring(0, 5))
{
DialogResult result = MessageBox.Show("New update: " + s + "\nRedirect to github?", "New version.", MessageBoxButtons.YesNo);

Loading…
Cancel
Save