diff --git a/SparkleShare/SparklePaths.cs b/SparkleShare/SparklePaths.cs index 198acf11..1db4f35d 100644 --- a/SparkleShare/SparklePaths.cs +++ b/SparkleShare/SparklePaths.cs @@ -33,7 +33,7 @@ namespace SparkleShare { public static string SparkleConfigPath = SparkleHelpers.CombineMore (HomePath, ".config", "sparkleshare"); - public static string SparkleInstallPath = SparkleHelpers.CombineMore ("usr", "share", + public static string SparkleInstallPath = SparkleHelpers.CombineMore (Defines.PREFIX, "sparkleshare", "icons", "hicolor"); public static string SparkleAvatarPath {