Much comparison
This commit is contained in:
parent
b7333014e6
commit
f624218a9a
1 changed files with 1 additions and 1 deletions
|
@ -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!", "");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue