mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Refactoring directory path for plugin
This commit is contained in:
@@ -15,10 +15,7 @@ namespace Wox.Plugin
|
||||
|
||||
public string Website { get; set; }
|
||||
|
||||
public string ExecuteFilePath
|
||||
{
|
||||
get { return Path.Combine(PluginDirectory, ExecuteFileName); }
|
||||
}
|
||||
public string ExecuteFilePath => Path.Combine(PluginDirectory, ExecuteFileName);
|
||||
|
||||
public string ExecuteFileName { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user