path fix
This commit is contained in:
@@ -29,7 +29,7 @@ internal static class Program
|
||||
MaterialSkin.MaterialSkinManager.ConfigureForInspectron();
|
||||
CommandLineParser commandLineParser = new CommandLineParser(args);
|
||||
|
||||
InspectronSettings settings = new InspectronSettings("..\\Data\\Config");
|
||||
InspectronSettings settings = new InspectronSettings(Path.Combine("..", "Data", "Config"));
|
||||
|
||||
var mainKernel = VisionBuilder.UI.Common.VisionBuilder.CreateMainKernel(settings);
|
||||
var profile = commandLineParser.GetStringArgument("profile", 'p');
|
||||
|
||||
Reference in New Issue
Block a user