diff --git a/UWPHook/AppEntry.cs b/UWPHook/AppEntry.cs index 8df6091..3fe7736 100644 --- a/UWPHook/AppEntry.cs +++ b/UWPHook/AppEntry.cs @@ -35,6 +35,16 @@ namespace UWPHook set { _name = value; } } + private string _executable; + /// + /// Gets or sets the executable of the application + /// + public string Executable + { + get { return _executable; } + set { _executable = value; } + } + private string _aumid; /// /// Gets or sets the aumid of the application