update output path for kbm

This commit is contained in:
Zachary Teutsch
2025-12-10 14:12:33 -05:00
parent 161240e9c0
commit 6e9a4be1a5

View File

@@ -297,7 +297,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
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}");
// InvariantCulture: type represents the KeyboardManagerEditorType enum value