fixed some interface information and an issue with working directory

This commit is contained in:
2026-03-27 13:45:33 -07:00
parent 84e2a4132e
commit 8fe161f00f
2 changed files with 3 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ $obsArgs = @(
$config.SceneCollection
)
Start-Process -FilePath $config.OBSExecutable -ArgumentList $obsArgs -WindowStyle Hidden
Start-Process -FilePath $config.OBSExecutable -ArgumentList $obsArgs -WindowStyle Hidden -WorkingDirectory (Split-Path $config.OBSExecutable)
Write-Host "$(Get-Date -Format 'yyyy-MM-dd HH:mm:ss') [INFO] OBS launched: $($config.OBSExecutable)"
# --- Launch tray icon as a separate background process ---