mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
refactor: fix maxOS PATH
env
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
c8bee2f6ba
commit
c3e1fb93b6
4 changed files with 14 additions and 19 deletions
|
@ -31,12 +31,6 @@ namespace SourceGit.Native
|
|||
private set;
|
||||
} = string.Empty;
|
||||
|
||||
public static string CustomPathEnv
|
||||
{
|
||||
get;
|
||||
set;
|
||||
} = string.Empty;
|
||||
|
||||
public static string GitExecutable
|
||||
{
|
||||
get => _gitExecutable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue