Delete logs folder after build
This commit is contained in:
@@ -22,6 +22,7 @@ pushd build\%TARGET_MODE% >NUL 2>&1
|
|||||||
rd /s /q "%ROOT%dist\%TARGET_MODE%\config"
|
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"
|
del /q "%ROOT%dist\%TARGET_MODE%\*.log"
|
||||||
|
rd /s /q "%ROOT%dist\%TARGET_MODE%\logs"
|
||||||
if "%TARGET_MODE%"=="Release" (
|
if "%TARGET_MODE%"=="Release" (
|
||||||
del /q "%ROOT%dist\%TARGET_MODE%\*.lib"
|
del /q "%ROOT%dist\%TARGET_MODE%\*.lib"
|
||||||
del /q "%ROOT%dist\%TARGET_MODE%\*.pdb"
|
del /q "%ROOT%dist\%TARGET_MODE%\*.pdb"
|
||||||
|
Reference in New Issue
Block a user