Fix working directory of AutoHotKey scripts
This commit is contained in:
parent
d8a9a3dbaf
commit
8b3e44f3f8
2 changed files with 2 additions and 0 deletions
|
@ -16,4 +16,5 @@ InstallGameHub()
|
|||
Run("pwsh -c Stop-Process -Force ".pid)
|
||||
}
|
||||
|
||||
SetWorkingDir(A_InitialWorkingDir)
|
||||
InstallGameHub()
|
||||
|
|
|
@ -15,4 +15,5 @@ InstallGhost()
|
|||
Sleep(10 * 1000)
|
||||
}
|
||||
|
||||
SetWorkingDir(A_InitialWorkingDir)
|
||||
InstallGhost()
|
||||
|
|
Loading…
Reference in a new issue