From cb41a4c3866f0743ffba4d3d2cdaf143ab7b11fa Mon Sep 17 00:00:00 2001 From: qianlifeng Date: Fri, 23 Jan 2015 20:12:52 +0800 Subject: [PATCH] update cleanup.bat --- Deploy/Cleanup.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Deploy/Cleanup.bat b/Deploy/Cleanup.bat index 27cf093eaf..698395cc15 100644 --- a/Deploy/Cleanup.bat +++ b/Deploy/Cleanup.bat @@ -1,6 +1,7 @@ cd /d %~dp0 REM Clean Plugins +echo "clean plugins" cd ..\Output\Release\Plugins del NLog.dll /s del NLog.config /s @@ -16,5 +17,6 @@ del Newtonsoft.Json.dll /s del WindowsInput.dll /s REM Clean Wox +echo "wox" cd .. del *.xml