diff --git a/SparkleShare/SparklePaths.cs b/SparkleShare/SparklePaths.cs index d6e4119f..09365632 100644 --- a/SparkleShare/SparklePaths.cs +++ b/SparkleShare/SparklePaths.cs @@ -22,7 +22,8 @@ namespace SparkleShare { public static class SparklePaths { - public static string SparkleTmpPath = "/tmp/sparkleshare"; + public static string SparkleTmpPath = + Path.Combine ("tmp", "sparkleshare"); private static UnixUserInfo UnixUserInfo = new UnixUserInfo (UnixEnvironment.UserName);