Add executable directory path

This commit is contained in:
bao-qian
2016-01-06 22:18:27 +00:00
parent 0daa3a8f57
commit b386af4121
4 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Wox.Infrastructure
{
public static class WoxDirectroy
{
public static string Executable { get; internal set; }
}
}