Allow unsafe codes in Release build.

This commit is contained in:
qianlifeng
2014-10-24 16:48:14 +08:00
parent f399ef8f69
commit a7dfb9cb97
3 changed files with 2 additions and 31 deletions

View File

@@ -47,18 +47,7 @@ namespace Wox.Plugin.SystemPlugins.Program
{
new Result()
{
Title = "Open",
Action = _ =>
{
context.API.HideApp();
context.API.ShellRun(c.ExecutePath);
return true;
},
IcoPath = "Images/open.png"
},
new Result()
{
Title = "Open With Administrator",
Title = "Run As Administrator",
Action = _ =>
{
context.API.HideApp();