From 4211f84e40944480f6bbc2b4245aa2f6cfa616cd Mon Sep 17 00:00:00 2001 From: Odysseas Gabrielides Date: Wed, 6 Nov 2024 16:32:43 +0200 Subject: [PATCH] rename app dir to match eguix auto-generated dir --- src/app_dir.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(|| {