Skip to content

Commit

Permalink
run updater in hide mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigh committed Sep 27, 2023
1 parent 54e4c33 commit 8d5fbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d5fbb3

Please sign in to comment.