You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normally this shouldn't happen, but when during development you install a later version than what's on the server Squirrel reports that there's an update available. What do you think about changing this if statement to use >= instead of ==? I think this should fix this issue, shouldn't it?
The text was updated successfully, but these errors were encountered:
johannesegger
changed the title
Why return UpdateInfo when localVersion > remoteVersion
Why report update when localVersion > remoteVersion
Jun 23, 2015
Normally this shouldn't happen, but when during development you install a later version than what's on the server Squirrel reports that there's an update available. What do you think about changing this if statement to use
>=
instead of==
? I think this should fix this issue, shouldn't it?The text was updated successfully, but these errors were encountered: