diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index 0ff15c4c..85b9467a 100644 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -897,6 +897,9 @@ namespace SparkleShare { SparkleHelpers.DebugInfo ("Config", "Created private key '" + key_file_name + "'"); SparkleHelpers.DebugInfo ("Config", "Created public key '" + key_file_name + ".pub'"); + + File.Copy (key_file_path + ".pub", + Path.Combine (SparklePath, "Your key.txt")); };