diff --git a/src/Native/Windows.cs b/src/Native/Windows.cs index aa1b42c8..8439d702 100644 --- a/src/Native/Windows.cs +++ b/src/Native/Windows.cs @@ -144,7 +144,7 @@ namespace SourceGit.Native break; var binDir = Path.GetDirectoryName(OS.GitExecutable)!; - var bash = Path.Combine(binDir, "bash.exe"); + var bash = Path.GetFullPath(Path.Combine(binDir, "..", "git-bash.exe")); if (!File.Exists(bash)) break;