remove some duplicate code

This commit is contained in:
Hongtao Zhang 2024-02-15 22:15:22 -06:00
parent f6b17023dc
commit 692eb13011

View file

@ -22,8 +22,6 @@ namespace Flow.Launcher.Core.Plugin
public override async Task InitAsync(PluginInitContext context)
{
StartInfo.ArgumentList.Add(context.CurrentPluginMetadata.ExecuteFilePath);
StartInfo.ArgumentList.Add(string.Empty);
StartInfo.WorkingDirectory = context.CurrentPluginMetadata.PluginDirectory;
await base.InitAsync(context);
}
}