fixed some interface information and an issue with working directory
This commit is contained in:
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user