mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00: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…
Add table
Add a link
Reference in a new issue