Fix missing dll for CMD plugin

1. Fix #382
2. Part of #387
This commit is contained in:
bao-qian
2015-11-11 01:17:37 +00:00
parent 5e4cfbaf3f
commit 49bf86a8d5

View File

@@ -364,7 +364,6 @@ cd "$(TargetDir)Plugins" & del /s /q NAppUpdate.Framework.dll
cd "$(TargetDir)Plugins" & del /s /q Wox.Infrastructure.dll
cd "$(TargetDir)Plugins" & del /s /q Wox.Infrastructure.pdb
cd "$(TargetDir)Plugins" & del /s /q Newtonsoft.Json.dll
cd "$(TargetDir)Plugins" & del /s /q WindowsInput.dll
)</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.