mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
Fix windows terminal startup directory
This commit is contained in:
parent
4a151dd19c
commit
f58cff2cb6
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ namespace SourceGit.Native
|
|||
}
|
||||
|
||||
startInfo.FileName = FindWindowsTerminalApp();
|
||||
startInfo.Arguments = $"-d \"{workdir}\"";
|
||||
break;
|
||||
default:
|
||||
App.RaiseException(workdir, $"Bad shell configuration!");
|
||||
|
|
Loading…
Reference in a new issue