[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 203334a6a2
commit beeb3d336c

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