diff --git a/Lib/SharedFunctions.ahk b/Lib/SharedFunctions.ahk index fa9e414..1a29f9f 100644 --- a/Lib/SharedFunctions.ahk +++ b/Lib/SharedFunctions.ahk @@ -41,7 +41,7 @@ CheckForUpdates(){ UpdateVersionNumber := parsed.1.name - if(ScriptVersion = UpdateVersionNumber){ + if(ScriptVersion = UpdateVersionNumber OR ScriptVersion > UpdateVersionNumber){ ToolTip return }