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 8c0c5f90e5
commit 7be6da70c4

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