Skip to content

Commit

Permalink
test build 1.4.5c for issue #11
Browse files Browse the repository at this point in the history
  • Loading branch information
joedf committed Aug 8, 2019
1 parent 67a7e1b commit cbe7cf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
*_settings.ini
*.lnk
*.dll
*.zip
*.zip
*.bak
4 changes: 2 additions & 2 deletions Qonsole.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

;####################################################
AppName:="Qonsole"
Version:="1.4.5b"
Version:="1.4.5c"
App_date:="2018/03/27"
Update_URL:="http://qonsole-ahk.sourceforge.net/update.ini"
Project_URL:="http://qonsole-ahk.sourceforge.net"
Expand Down Expand Up @@ -430,7 +430,7 @@ showC:
}
run,"%CMD_Path%" %CMD_StartUpArgs%,,,cPID
conP=ahk_pid %cPID%
WinWait,%conP%,,1
WinWait,%conP%,,3
conP:=""
if (ErrorLevel) or (cPID="")
WinGet,cPID,PID,%con%
Expand Down

0 comments on commit cbe7cf5

Please sign in to comment.