publish start-all.ps1
This commit is contained in:
parent
94355886be
commit
67745839db
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ if (Get-Command python -ErrorAction SilentlyContinue) {
|
|||
Write-Warning "Python not found - run setup.ps1 first."; exit 1
|
||||
}
|
||||
|
||||
# Headless intel watchers (run continuously, no interaction needed)
|
||||
$watchers = @("eve_combat_watcher.py", "eve_chat_watcher.py")
|
||||
# Headless intel watchers + the auto-update poller (run continuously, no interaction)
|
||||
$watchers = @("eve_combat_watcher.py", "eve_chat_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