windows: Fix GIT_SSH path to ssh.exe

This commit is contained in:
Hylke Bons 2013-06-23 09:58:55 +01:00
parent ac879068e5
commit ea34e96806

View file

@ -67,7 +67,7 @@ namespace SparkleShare {
Environment.SetEnvironmentVariable ("HOME", Environment.GetFolderPath (Environment.SpecialFolder.UserProfile));
StartSSH ();
SparkleLib.SparkleGit.SparkleGit.SSHPath = Path.Combine (msysgit_path, "ssh.exe");
SparkleLib.SparkleGit.SparkleGit.SSHPath = Path.Combine (msysgit_path, "bin", "ssh.exe");
base.Initialize ();
}