BREAKING: Migrate to Tauri v2

This commit is contained in:
NotThorny
2025-11-27 19:43:08 -07:00
parent 0ef50b889b
commit c06f243a9b
77 changed files with 5199 additions and 13475 deletions

View File

@@ -35,7 +35,7 @@ pub struct Configuration {
}
pub fn config_path(profile: String) -> PathBuf {
let mut path = tauri::api::path::data_dir().unwrap();
let mut path = dirs::data_dir().unwrap();
path.push("cultivation");
if profile.as_str() == "default" {
path.push("configuration.json");