Update config path
This commit is contained in:
parent
d7c070aad8
commit
fe76d47155
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ pub fn get_config_dir() -> PathBuf {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn project_directory() -> Option<ProjectDirs> {
|
fn project_directory() -> Option<ProjectDirs> {
|
||||||
ProjectDirs::from("com", "kdheepak", env!("CARGO_PKG_NAME"))
|
ProjectDirs::from("com", "WizardKit", env!("CARGO_PKG_NAME"))
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Debug, Default, Deref, DerefMut)]
|
#[derive(Clone, Debug, Default, Deref, DerefMut)]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue