From 49bf86a8d5c06e0a68a5c775a9e67a5045ef5d15 Mon Sep 17 00:00:00 2001 From: bao-qian Date: Wed, 11 Nov 2015 01:17:37 +0000 Subject: [PATCH] Fix missing dll for CMD plugin 1. Fix #382 2. Part of #387 --- Wox/Wox.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/Wox/Wox.csproj b/Wox/Wox.csproj index cd72afb976..3275ed7398 100644 --- a/Wox/Wox.csproj +++ b/Wox/Wox.csproj @@ -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 )