diff --git a/SparkleShare/SparkleControllerBase.cs b/SparkleShare/SparkleControllerBase.cs index 14a269a0..38ee1913 100755 --- a/SparkleShare/SparkleControllerBase.cs +++ b/SparkleShare/SparkleControllerBase.cs @@ -894,7 +894,8 @@ namespace SparkleShare { // Create an easily accessible copy of the public // key in the user's SparkleShare folder File.Copy (key_file_path + ".pub", - Path.Combine (SparklePath, UserName + "'s key.txt")); + Path.Combine (SparklePath, UserName + "'s key.txt"), + true); // Overwriting is allowed } }