Pack python env to zip

This commit is contained in:
qianlifeng
2014-07-18 20:00:55 +08:00
parent 7be02731ee
commit 7b4d6ba57e
1022 changed files with 2670 additions and 246394 deletions

View File

@@ -34,7 +34,7 @@ namespace Wox.Plugin.SystemPlugins
{
Title = metadata.ActionKeyword,
SubTitle = string.Format("Activate {0} plugin", metadata.Name),
Score = 50,
Score = 100,
IcoPath = "Images/work.png",
Action = (c) =>
{
@@ -50,7 +50,7 @@ namespace Wox.Plugin.SystemPlugins
{
Title = n.ActionWord,
SubTitle = string.Format("Activate {0} web search", n.ActionWord),
Score = 50,
Score = 100,
IcoPath = "Images/work.png",
Action = (c) =>
{