mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-22 20:37:19 -08:00
Merge pull request #73 from walterlv/master
Fix windows terminal startup directory
This commit is contained in:
commit
3c7c5557be
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