Skip to content

Commit 13b5012

Browse files
committed
Add command executer path
1 parent 2df7a61 commit 13b5012

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher.Infrastructure/Constant.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public static class Constant
1616
private static readonly Assembly Assembly = Assembly.GetExecutingAssembly();
1717
public static readonly string ProgramDirectory = Directory.GetParent(Assembly.Location.NonNull()).ToString();
1818
public static readonly string ExecutablePath = Path.Combine(ProgramDirectory, FlowLauncher + ".exe");
19+
public static readonly string CommandExecutablePath = Path.Combine(ProgramDirectory, "Flow.Launcher.Command.exe");
1920
public static readonly string ApplicationDirectory = Directory.GetParent(ProgramDirectory).ToString();
2021
public static readonly string RootDirectory = Directory.GetParent(ApplicationDirectory).ToString();
2122

0 commit comments

Comments
 (0)