mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
fix build error on release mode and add miss SharpZipLib nuget package
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user