mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Add cleaner batch script
With the 'Clean SDK' button in the new GUI launcher, the user could remove all redundant files.
This commit is contained in:
parent
e5e0d528f0
commit
6b6ee089f6
14
r5dev/resource/batch/clean_sdk.bat
Normal file
14
r5dev/resource/batch/clean_sdk.bat
Normal file
@ -0,0 +1,14 @@
|
||||
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"
|
||||
REM Remove old navmesh files which where included as an attempt to debug/suppress warnings.
|
||||
rd /S /Q "%~dp0platform\maps\graphs"
|
||||
rd /S /Q "%~dp0platform\maps\navmesh"
|
||||
REM Remove deprecated binary and configuration files (these are no longer used).
|
||||
del /Q "%~dp0..\banlist.config"
|
||||
del /Q "%~dp0..\gui.config"
|
||||
del /Q "%~dp0..\Run R5 Reloaded.exe"
|
||||
del /Q "%~dp0..\r5reloaded.exe"
|
||||
del /Q "%~dp0..\r5apexsdkd64.dll"
|
||||
del /Q "%~dp0..\r5detours.dll"
|
||||
del /Q "%~dp0..\r5dev.dll"
|
Loading…
x
Reference in New Issue
Block a user