diff --git a/src/app_dir.rs b/src/app_dir.rs index 86a0af8d9..af9dde98c 100644 --- a/src/app_dir.rs +++ b/src/app_dir.rs @@ -4,7 +4,7 @@ use std::path::{Path, PathBuf}; const QUALIFIER: &str = ""; // Typically empty on macOS and Linux const ORGANIZATION: &str = ""; -const APPLICATION: &str = "DashEvoTool"; +const APPLICATION: &str = "Dash-Evo-Tool"; pub fn app_user_data_dir_path() -> Result { let proj_dirs = ProjectDirs::from(QUALIFIER, ORGANIZATION, APPLICATION).ok_or_else(|| {