We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22db8ed commit 34e9e4aCopy full SHA for 34e9e4a
1 file changed
src-tauri/src/state.rs
@@ -54,9 +54,7 @@ impl AppStatics {
54
let offline_cache_dir = path_resolver
55
.resolve("offline_cache", BaseDirectory::AppCache)
56
.unwrap();
57
- let ffrunner_log_path = path_resolver
58
- .resolve("ffrunner.log", BaseDirectory::AppCache)
59
- .unwrap();
+ let ffrunner_log_path = app_data_dir.join("ffrunner.log");
60
Self {
61
version,
62
app_data_dir,
0 commit comments