Adição CabTab

This commit is contained in:
2026-07-21 11:16:41 -03:00
parent 84f3a756cc
commit a939e4bfb6
14 changed files with 462 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
pushd \pilotgames
NET STOP PilotGameAgent
echo %1 >> agent_version.log
del /Q game_agent\*
copy downloads\PilotGameAgentRelease-2026.6.2.1.zip game_agent\.
cd game_agent
PowerShell Expand-Archive -Force -Path "PilotGameAgentRelease-2026.6.2.1.zip" -DestinationPath "."
NET START PilotGameAgent
popd