Make a copy of the user's public key in ~/SparkleShare

This commit is contained in:
Hylke Bons 2011-02-22 22:22:14 +00:00
parent 05936765ad
commit d7c49da1e6

View file

@ -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"));
};