#87 Add plugin deatails in Plugin tab. [WIP]

This commit is contained in:
qianlifeng
2014-06-01 23:23:48 +08:00
parent e1c7705182
commit c8d865e26b
4 changed files with 27 additions and 11 deletions

View File

@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Security.RightsManagement;
using System.Text;
namespace Wox.Plugin
@@ -26,6 +27,8 @@ namespace Wox.Plugin
public string Language { get; set; }
public string Description { get; set; }
public string Website { get; set; }
public string ExecuteFilePath
{
get { return Path.Combine(PluginDirecotry, ExecuteFileName); }