From aa44f4b084a06d897f263b12832d7a8f0f671ace Mon Sep 17 00:00:00 2001 From: brockdarnold Date: Sun, 14 Jun 2026 16:27:52 +0000 Subject: [PATCH] publish start-all.ps1 --- start-all.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-all.ps1 b/start-all.ps1 index ac08255..7d12c57 100644 --- a/start-all.ps1 +++ b/start-all.ps1 @@ -14,7 +14,7 @@ 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_autoupdate.py") +$watchers = @("eve_combat_watcher.py", "eve_chat_watcher.py", "eve_rock_watcher.py", "eve_local_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"