diff --git a/src-tauri/src/claude_binary.rs b/src-tauri/src/claude_binary.rs index fe4b2a8eb..d7e1b0e66 100644 --- a/src-tauri/src/claude_binary.rs +++ b/src-tauri/src/claude_binary.rs @@ -223,6 +223,7 @@ fn find_nvm_installations() -> Vec { path: claude_path.to_string_lossy().to_string(), version, source: "nvm-active".to_string(), + installation_type: InstallationType::System, }); } }