Fix WebView2 detection - use loader API instead of registry

This commit is contained in:
2026-02-07 10:51:49 +02:00
parent d5c02970ae
commit 752c20b1ec
2 changed files with 24 additions and 45 deletions

View File

@@ -22,4 +22,4 @@ chrono = "0.4"
anyhow = "1"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser", "sysinfoapi", "windef", "winreg", "shellapi"] }
winapi = { version = "0.3", features = ["winuser", "sysinfoapi", "windef", "shellapi"] }