Allow drag drop to install wox plugin.

This commit is contained in:
qianlifeng
2014-06-30 22:50:54 +08:00
parent 59741ed04a
commit e4898bbbb3
4 changed files with 41 additions and 18 deletions

View File

@@ -90,7 +90,6 @@ namespace Wox {
}
PluginInstaller.Install(path);
Environment.Exit(0);
return;
}
if (e.Args.Length > 0 && e.Args[0].ToLower() == "plugindebugger") {