We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df7a61 commit 13b5012Copy full SHA for 13b5012
Flow.Launcher.Infrastructure/Constant.cs
@@ -16,6 +16,7 @@ public static class Constant
16
private static readonly Assembly Assembly = Assembly.GetExecutingAssembly();
17
public static readonly string ProgramDirectory = Directory.GetParent(Assembly.Location.NonNull()).ToString();
18
public static readonly string ExecutablePath = Path.Combine(ProgramDirectory, FlowLauncher + ".exe");
19
+ public static readonly string CommandExecutablePath = Path.Combine(ProgramDirectory, "Flow.Launcher.Command.exe");
20
public static readonly string ApplicationDirectory = Directory.GetParent(ProgramDirectory).ToString();
21
public static readonly string RootDirectory = Directory.GetParent(ApplicationDirectory).ToString();
22
0 commit comments