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"