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 3d05f63 commit 3554fcbCopy full SHA for 3554fcb
Assets/Plugins/CandyCoded.GitStatus/Scripts/CustomEditor/Git.cs
@@ -12,7 +12,11 @@ namespace CandyCoded.GitStatus
12
public static class Git
13
{
14
15
+#if UNITY_EDITOR_WIN
16
+ public static string GitPath => "C:\\Program Files\\Git\\cmd\\git.exe";
17
+#else
18
public static string GitPath => "/usr/local/bin/git";
19
+#endif
20
21
public static string Branch()
22
0 commit comments