mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
Fixed updating
This commit is contained in:
parent
522c1cc338
commit
58f44dc43e
2 changed files with 4 additions and 4 deletions
|
@ -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())
|
||||
{
|
||||
|
|
|
@ -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")]
|
||||
|
|
Loading…
Reference in a new issue