From 1a40b1935f14e19c338296b5645a81625fca1de6 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Mon, 27 Mar 2017 03:46:28 -0500 Subject: [PATCH] Delete logs folder after build --- build.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.cmd b/build.cmd index 536c7de..d4b148f 100644 --- a/build.cmd +++ b/build.cmd @@ -20,8 +20,9 @@ pushd build\%TARGET_MODE% >NUL 2>&1 %CMAKE% --build . --config %TARGET_MODE%) && ( %CMAKE% --build . --target install --config %TARGET_MODE% && ( rd /s /q "%ROOT%dist\%TARGET_MODE%\config" - rd /s /q "%ROOT%dist\%TARGET_MODE%\htdocs\.idea" + rd /s /q "%ROOT%dist\%TARGET_MODE%\htdocs\.idea" del /q "%ROOT%dist\%TARGET_MODE%\*.log" + rd /s /q "%ROOT%dist\%TARGET_MODE%\logs" if "%TARGET_MODE%"=="Release" ( del /q "%ROOT%dist\%TARGET_MODE%\*.lib" del /q "%ROOT%dist\%TARGET_MODE%\*.pdb"