mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
fix workflows
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
[package]
|
||||
name = "tauri-bindgen-host-macro"
|
||||
authors.workspace = true
|
||||
version.workspace = true
|
||||
name = "tauri-plugin-authenticator"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
||||
@@ -264,7 +264,15 @@ impl LoggerBuilder {
|
||||
.into()
|
||||
}
|
||||
LogTarget::LogDir => {
|
||||
let path = app_handle.path_resolver().log_dir().unwrap();
|
||||
let path = app_handle.path_resolver()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.log_dir().unwrap();
|
||||
if !path.exists() {
|
||||
fs::create_dir_all(&path).unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user