fix: get win node path from registry (#5731)

Signed-off-by: V. Lascik <vlascik@users.noreply.github.com>
This commit is contained in:
vlascik
2025-11-17 20:12:56 +01:00
committed by GitHub
parent 63e9a37b13
commit a885f5c3b9
3 changed files with 52 additions and 5 deletions
+4
View File
@@ -39,6 +39,10 @@ reqwest = { version = "0.12.9", features = ["json", "rustls-tls", "blocking", "m
tokio-util = "0.7.15"
uuid = { version = "1.11", features = ["v4"] }
serde_path_to_error = "0.1.20"
winreg = { version = "0.55.0", optional = true }
[target.'cfg(windows)'.dependencies]
winreg = { version = "0.55.0" }
[[bin]]
name = "goosed"