From 2a76cf40fb29a699e1e3f5f9b5bd714736371bf5 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Wed, 7 Dec 2022 00:53:29 +0100 Subject: [PATCH] Add obsolete files to the deletion list --- r5dev/resource/batch/clean_sdk.bat | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/r5dev/resource/batch/clean_sdk.bat b/r5dev/resource/batch/clean_sdk.bat index a342cba1..a84700a3 100644 --- a/r5dev/resource/batch/clean_sdk.bat +++ b/r5dev/resource/batch/clean_sdk.bat @@ -2,9 +2,11 @@ REM Remove log files ('log' is no longer used. 'logs' contains current logs, the 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" +rd /S /Q "%~dp0..\maps" +rd /S /Q "%~dp0maps\graphs" +rd /S /Q "%~dp0maps\navmesh" REM Remove deprecated binary and configuration files (these are no longer used). +del /Q "%~dp0..\gameinfo.txt" del /Q "%~dp0..\banlist.config" del /Q "%~dp0..\gui.config" del /Q "%~dp0..\Run R5 Reloaded.exe"