mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
fix: deepin-terminal commandline argument format
This commit is contained in:
parent
395bd29084
commit
7be7ef161b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ namespace SourceGit.Native
|
|||
}
|
||||
else if (File.Exists("/usr/bin/deepin-terminal"))
|
||||
{
|
||||
Process.Start("/usr/bin/deepin-terminal", $"--work-directory=\"{dir}\"");
|
||||
Process.Start("/usr/bin/deepin-terminal", $"--work-directory \"{dir}\"");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue