Much comparison

This commit is contained in:
Ash 2020-02-06 16:12:55 -05:00
parent b7333014e6
commit f624218a9a

View file

@ -82,7 +82,7 @@ namespace Ryujinx
Version newVersion = Version.Parse(_buildVer);
Version currentVersion = Version.Parse(currentVersionJson);
if (newVersion.CompareTo(currentVersion) == 0)
if (newVersion.CompareTo(currentVersion) > 0)
{
GtkDialog.CreateInfoDialog("Update", "Ryujinx - Updater", "You are already using the most updated version of Ryujinx!", "");