Fixed updating

This commit is contained in:
ZestyTS 2023-10-03 20:23:39 -07:00
parent 522c1cc338
commit 58f44dc43e
2 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,6 @@ using NAudio.Utils;
using System.Runtime.InteropServices.WindowsRuntime;
using System.Security.Cryptography;
using System.Drawing;
using static System.Net.WebRequestMethods;
using System.Windows.Media.Animation;
namespace UWUVCI_AIO_WPF
@ -491,7 +490,8 @@ namespace UWUVCI_AIO_WPF
//Someone messed up versioning, so eff it just don't even bother then
return;
}
if (comparison > 0)
//You idiot, when tf did you flip this back?
if (comparison < 0)
{
using (var webClient = new WebClient())
{

View file

@ -51,5 +51,5 @@ using System.Windows;
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.99.10.0")]
[assembly: AssemblyFileVersion("3.99.10.0")]
[assembly: AssemblyVersion("3.99.9.2")]
[assembly: AssemblyFileVersion("3.99.9.2")]