Close Tobii Ghost after installation

This commit is contained in:
Manuel Thalmann 2023-07-18 00:14:12 +02:00
parent 8b3e44f3f8
commit 7c15065cf3

View file

@ -13,6 +13,9 @@ InstallGhost()
MouseClick("Left", 563, 397)
MouseClick("Left", 650, 497)
Sleep(10 * 1000)
WinActivate(windowTitle)
pid := WinGetPID()
Run("pwsh -c Stop-Process -Force ".pid)
}
SetWorkingDir(A_InitialWorkingDir)