Fix sqlite db wrong path
This commit is contained in:
@@ -9,4 +9,6 @@ lazy_static!(
|
||||
.join(APP_DIR_NAME);
|
||||
pub static ref APP_DATA_DIR: PathBuf = BASE_DIRS.data_dir().to_path_buf()
|
||||
.join(APP_DIR_NAME);
|
||||
pub static ref APP_CONIFG_FILE_PATH: PathBuf = APP_CONFIG_DIR.clone()
|
||||
.join("config.ini");
|
||||
);
|
||||
Reference in New Issue
Block a user