publish start-all.ps1
This commit is contained in:
parent
f434d3d94c
commit
fef21f8f05
1 changed files with 4 additions and 1 deletions
|
|
@ -14,7 +14,10 @@ if (Get-Command python -ErrorAction SilentlyContinue) {
|
|||
}
|
||||
|
||||
# Headless intel watchers + the auto-update poller (run continuously, no interaction)
|
||||
$watchers = @("eve_combat_watcher.py", "eve_chat_watcher.py", "eve_rock_watcher.py", "eve_local_watcher.py", "eve_audio_watcher.py", "eve_autoupdate.py")
|
||||
# NOTE: eve_local_watcher disabled — on a multi-monitor desktop its OCR region reads
|
||||
# chat fragments and false-flags pilots not in system. danger_watch (zKill by system)
|
||||
# covers real kills/killers reliably. Re-enable once Local list OCR is solved.
|
||||
$watchers = @("eve_combat_watcher.py", "eve_chat_watcher.py", "eve_rock_watcher.py", "eve_audio_watcher.py", "eve_autoupdate.py")
|
||||
foreach ($w in $watchers) {
|
||||
Start-Process pythonw -ArgumentList "`"$here\$w`"" -WorkingDirectory $here -WindowStyle Hidden
|
||||
Write-Host "started $w"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue