Rollback rename

This commit is contained in:
Hongtao Zhang 2022-08-31 21:38:10 -05:00
parent 094da0ef0a
commit 2fd13c08d8
No known key found for this signature in database
GPG key ID: 75F655B91C7AC9BB
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ namespace Flow.Launcher.Core.Plugin
internal abstract class JsonRPCPlugin : IAsyncPlugin, IContextMenu, ISettingProvider, ISavable
{
protected PluginInitContext Context;
public const string JsonRpc = "JsonRPC";
public const string JsonRPC = "JsonRPC";
/// <summary>
/// The language this JsonRPCPlugin support

View file

@ -25,7 +25,7 @@ namespace Flow.Launcher.Core.Plugin
};
// temp fix for issue #667
var path = Path.Combine(Constant.ProgramDirectory, JsonRpc);
var path = Path.Combine(Constant.ProgramDirectory, JsonRPC);
_startInfo.EnvironmentVariables["PYTHONPATH"] = path;
_startInfo.EnvironmentVariables["FLOW_VERSION"] = Constant.Version;