[wip] use windows crate to run as admin

This commit is contained in:
2025-03-20 20:57:32 +01:00
parent 393f8b5fab
commit 78f7ff2405
4 changed files with 117 additions and 16 deletions

View File

@ -34,3 +34,6 @@ tauri-plugin-shell = { workspace = true }
tauri-plugin-dialog = { workspace = true }
tauri-plugin-store = { workspace = true }
tokio = { workspace = true }
[target.'cfg(windows)'.dependencies]
windows = { workspace = true }