invites mac: Start SparkleShare after opening invites

This commit is contained in:
Hylke Bons 2013-06-13 18:36:31 +01:00
parent b74273f8c0
commit a636561bfc
2 changed files with 4 additions and 2 deletions

View file

@ -24,8 +24,8 @@ namespace SparkleShare {
public class SparkleShare {
public static void Main (string [] args) {
public static void Main (string [] args)
{
new SparkleInviteOpen (args [0]);
}
}
@ -61,6 +61,8 @@ namespace SparkleShare {
File.WriteAllText (target_path, xml);
File.SetAttributes (target_path, FileAttributes.Hidden);
Console.WriteLine ("Downloaded invite: " + url);
// TODO: Start SparkleShare.exe
}
}
}