diff --git a/SparkleShare/Mac/Controller.cs b/SparkleShare/Mac/Controller.cs index 5c233d32..0bc168ae 100644 --- a/SparkleShare/Mac/Controller.cs +++ b/SparkleShare/Mac/Controller.cs @@ -47,10 +47,15 @@ namespace SparkleShare { GitCommand.GitPath = Path.Combine (NSBundle.MainBundle.ResourcePath, "git", "libexec", "git-core", "git"); GitCommand.ExecPath = Path.Combine (NSBundle.MainBundle.ResourcePath, "git", "libexec", "git-core"); - File.Copy (Path.Combine (GitCommand.ExecPath, "git-lfs"), Path.Combine (Config.BinPath, "git-lfs"), true); + bool overwite = true; + + File.Copy ( + Path.Combine (GitCommand.ExecPath, "git-lfs"), + Path.Combine (Config.BinPath, "git-lfs"), + overwite); } - + public override void Initialize () { base.Initialize ();