working towards 2.0

add better version detection
add new licenses
working on automatic GPU, lang and os detection
add debug mode for non-nivida
This commit is contained in:
Jakob 2020-07-25 13:29:15 +02:00
parent 5580669497
commit bf9814cfd0
9 changed files with 212 additions and 25 deletions

View file

@ -47,5 +47,9 @@ namespace EnvyUpdate
{
System.Diagnostics.Process.Start("https://github.com/Federerer/Notifications.Wpf/blob/master/LICENSE");
}
private void textNewtonsoft_MouseDown(object sender, MouseButtonEventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md");
}
}
}