diff --git a/News.txt b/News.txt index dfc537c2..5f724a8d 100755 --- a/News.txt +++ b/News.txt @@ -1,4 +1,4 @@ -1.3.0 for Linux, Mac and Windows (??? 2013): +1.3.0 for Linux (Sat Oct 26 2013): Hylke: This release focuses mainly on the move to GTK+3 and GNOME 3 integration. diff --git a/SparkleLib/Defines.cs b/SparkleLib/Defines.cs index 51057bf2..ac52b9f7 100644 --- a/SparkleLib/Defines.cs +++ b/SparkleLib/Defines.cs @@ -26,6 +26,6 @@ using System.Reflection; namespace SparkleLib { public class Defines { - public const string INSTALL_DIR = "/usr/local/share/sparkleshare"; + public const string INSTALL_DIR = "/usr/share/sparkleshare"; } }