fix build error on release mode and add miss SharpZipLib nuget package

This commit is contained in:
cxfksword
2014-02-08 21:54:37 +08:00
committed by Yeechan Lu
parent e94fed0137
commit 8c7547ab03
3 changed files with 34 additions and 1 deletions

View File

@@ -54,11 +54,13 @@ namespace Wox.PluginLoader
}
#endif
}
return new List<Result>();
}
private string InvokeFunc(string func, params string[] para)
{
string json;
string json = "";
PyObject[] paras = { };
if (para != null && para.Length > 0)