windows: fix build

This commit is contained in:
Hylke Bons 2013-03-18 12:35:06 +01:00
parent 75e8a17d8a
commit e7dd253db9

View file

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