mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
update output path for kbm
This commit is contained in:
@@ -297,7 +297,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
|
|||||||
Logger.LogError("Failed to launch the new WinUI3 Editor", e);
|
Logger.LogError("Failed to launch the new WinUI3 Editor", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
string path = Path.Combine(Environment.CurrentDirectory, editorPath);
|
string path = Path.Combine(Directory.GetParent(Environment.CurrentDirectory).ToString(), editorPath);
|
||||||
Logger.LogInfo($"Starting {PowerToyName} editor from {path}");
|
Logger.LogInfo($"Starting {PowerToyName} editor from {path}");
|
||||||
|
|
||||||
// InvariantCulture: type represents the KeyboardManagerEditorType enum value
|
// InvariantCulture: type represents the KeyboardManagerEditorType enum value
|
||||||
|
|||||||
Reference in New Issue
Block a user