PowerToys/Deploy/Cleanup.bat

24 lines
439 B
Batchfile
Raw Normal View History

2015-01-23 20:49:00 +08:00
echo "start clean"
2015-01-23 13:01:52 +08:00
cd /d %~dp0
REM Clean Plugins
2015-01-23 20:12:52 +08:00
echo "clean plugins"
2015-01-23 13:01:52 +08:00
cd ..\Output\Release\Plugins
del NLog.dll /s
del NLog.config /s
del Wox.Plugin.pdb /s
del Wox.Plugin.dll /s
del Wox.Core.dll /s
del Wox.Core.pdb /s
del ICSharpCode.SharpZipLib.dll /s
del NAppUpdate.Framework.dll /s
del Wox.Infrastructure.dll /s
del Wox.Infrastructure.pdb /s
del Newtonsoft.Json.dll /s
del WindowsInput.dll /s
REM Clean Wox
2015-01-23 20:12:52 +08:00
echo "wox"
2015-01-23 13:01:52 +08:00
cd ..
del *.xml