small formatting updates

This commit is contained in:
2023-01-27 17:59:13 -05:00
parent fd8292a733
commit a37fede8f9
3 changed files with 21 additions and 21 deletions

View File

@@ -97,7 +97,7 @@ UpdateScript(){
Return
} Else IfMsgBox No, {
SaveOrPostProgress(Message:="Downloading Update",PostType:="Tooltip,ErrorLoggingTextFile,ErrorSummaryVar,DiscordErrorLogging")
Msgbox, downloading to: %A_ScriptDir%\%UpdateExeName%
; Msgbox, downloading to: %A_ScriptDir%\%UpdateExeName%
UrlDownloadToFile, %exeURL%, %UpdateExeFilepath%
run, "%UpdateExeFilepath%" "%A_ScriptFullPath%"
ExitApp