[controller] use a more personal file name for the pubkey

This commit is contained in:
Hylke Bons 2011-03-04 17:55:42 +00:00
parent 03db068505
commit bbd34fbd40

View file

@ -905,7 +905,7 @@ namespace SparkleShare {
SparkleHelpers.DebugInfo ("Config", "Created public key '" + key_file_name + ".pub'");
File.Copy (key_file_path + ".pub",
Path.Combine (SparklePath, "Your key.txt"));
Path.Combine (SparklePath, UserName + "'s key.txt"));
};