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