diff --git a/pilot_install.ps1 b/pilot_install.ps1 index 6ca8103..838a55a 100644 --- a/pilot_install.ps1 +++ b/pilot_install.ps1 @@ -396,6 +396,10 @@ function Upgrade-PortraitCabTab { Copy-Item ".\start.bat" $PilotPath -Force } + Invoke-Step "Copiando InstallGameAgentService.bat" { + Copy-Item ".\InstallGameAgentService.bat" $PilotPath -Force + } + Invoke-Step "Copiando OHGDRelease" { Copy-Item ".\OHGDRelease-2026.05.07.1.zip" $DownloadsPath -Force }