From 3f5bd7cc8b86d7b158b50302b80dfa400fdc5b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Sard=C3=A1?= Date: Thu, 23 Jul 2026 12:12:36 -0300 Subject: [PATCH] Atualizacao InstallGameAgentService.bat --- pilot_install.ps1 | 4 ++++ 1 file changed, 4 insertions(+) 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 }