publish start-all.ps1

This commit is contained in:
brockdarnold 2026-06-14 16:08:17 +00:00
parent 9a26262457
commit 8a6c54d518

View file

@ -14,7 +14,7 @@ if (Get-Command python -ErrorAction SilentlyContinue) {
} }
# Headless intel watchers + the auto-update poller (run continuously, no interaction) # 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_autoupdate.py") $watchers = @("eve_combat_watcher.py", "eve_chat_watcher.py", "eve_rock_watcher.py", "eve_local_watcher.py", "eve_autoupdate.py")
foreach ($w in $watchers) { foreach ($w in $watchers) {
Start-Process pythonw -ArgumentList "`"$here\$w`"" -WorkingDirectory $here -WindowStyle Hidden Start-Process pythonw -ArgumentList "`"$here\$w`"" -WorkingDirectory $here -WindowStyle Hidden
Write-Host "started $w" Write-Host "started $w"