We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd4003 commit 93ecfc0Copy full SHA for 93ecfc0
Assets/Plugins/CandyCoded.GitStatus/Scripts/CustomEditor/Git.cs
@@ -13,7 +13,7 @@ public static class Git
13
{
14
15
#if UNITY_EDITOR_WIN
16
- public static string GitPath => @"C:\Program Files\Git\cmd\git.exe";
+ public static string GitPath => @"C:\Program Files\Git\bin\git.exe";
17
#else
18
public static string GitPath => "/usr/local/bin/git";
19
#endif
0 commit comments