diff --git a/update.ahk b/update.ahk index 534db47..9bd7dec 100644 --- a/update.ahk +++ b/update.ahk @@ -115,7 +115,7 @@ updateReady() { MsgBox("Download finished`nProgram will restart now", , "T3") todayUpdated() FileInstall("updater.exe", "updater.exe", 1) - Run("updater.exe ___ORIGIN_ME___ " downloadFilename " " binaryFilename) + Run("updater.exe ___ORIGIN_ME___ " downloadFilename " " binaryFilename, A_ScriptDir, "Hide") ExitApp } catch as e { TrayTip "An exception was thrown!`nSpecifically: " . e.Message, "upgrade failed", 0x3