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,7 @@
pushd \pilotgames
del /Q OHGDRelease-*.zip
rmdir /Q /S OHGDRelease.bak
move OHGDRelease OHGDRelease.bak
copy downloads\OHGDRelease-2026.05.07.1.zip .
PowerShell Expand-Archive -Path "OHGDRelease-2026.05.07.1.zip" -DestinationPath "."
popd