Changed the XDG folder from Hammond to hammond, Added make tar.

This commit is contained in:
Jordan Petridis
2017-11-10 14:09:05 +02:00
parent acd2f1411e
commit fe571df1d5
3 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ embed_migrations!("migrations/");
lazy_static!{
#[allow(dead_code)]
static ref HAMMOND_XDG: xdg::BaseDirectories = {
xdg::BaseDirectories::with_prefix("Hammond").unwrap()
xdg::BaseDirectories::with_prefix("hammond").unwrap()
};
static ref _HAMMOND_DATA: PathBuf = {