mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
SDK cleaner script is now in the bin dir
This commit is contained in:
parent
1687b633f3
commit
be8ee3d0b1
@ -1,12 +1,12 @@
|
||||
REM Remove depot files.
|
||||
rd /S /Q "%~dp0depot"
|
||||
rd /S /Q "%~dp0..\platform\depot"
|
||||
REM Remove log files ('log' is no longer used. 'logs' contains current logs, these get automatically cleaned if they exceed 10mb).
|
||||
rd /S /Q "%~dp0log"
|
||||
rd /S /Q "%~dp0logs"
|
||||
rd /S /Q "%~dp0..\platform\log"
|
||||
rd /S /Q "%~dp0..\platform\logs"
|
||||
REM Remove old NavMesh files which where included as an attempt to debug/suppress warnings.
|
||||
rd /S /Q "%~dp0..\maps"
|
||||
rd /S /Q "%~dp0maps\graphs"
|
||||
rd /S /Q "%~dp0maps\navmesh"
|
||||
rd /S /Q "%~dp0..\platform\maps\graphs"
|
||||
rd /S /Q "%~dp0..\platform\maps\navmesh"
|
||||
REM Remove deprecated binary and configuration files (these are no longer used).
|
||||
del /Q "%~dp0..\banlist.config"
|
||||
del /Q "%~dp0..\gui.config"
|
||||
|
Loading…
x
Reference in New Issue
Block a user