fetcher: hide the .sparkleshare file when done

This commit is contained in:
Hylke Bons 2012-10-16 21:50:58 +01:00
parent 69cc66e572
commit 75fe370077

View file

@ -184,6 +184,7 @@ namespace SparkleLib {
if (File.Exists (identifier_path)) {
Identifier = File.ReadAllText (identifier_path).Trim ();
File.SetAttributes (identifier_path, FileAttributes.Hidden);
} else {
Identifier = CreateIdentifier ();