Skip to content

Commit 93ecfc0

Browse files
committed
Changed git exec to bin folder.
1 parent bbd4003 commit 93ecfc0

File tree

1 file changed

+1
-1
lines changed
  • Assets/Plugins/CandyCoded.GitStatus/Scripts/CustomEditor

1 file changed

+1
-1
lines changed

Assets/Plugins/CandyCoded.GitStatus/Scripts/CustomEditor/Git.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static class Git
1313
{
1414

1515
#if UNITY_EDITOR_WIN
16-
public static string GitPath => @"C:\Program Files\Git\cmd\git.exe";
16+
public static string GitPath => @"C:\Program Files\Git\bin\git.exe";
1717
#else
1818
public static string GitPath => "/usr/local/bin/git";
1919
#endif

0 commit comments

Comments
 (0)