SIGN IN SIGN UP

Fix missing installation_type field in ClaudeInstallation struct

- Add missing installation_type field to ClaudeInstallation initialization in find_nvm_installations() function at line 222
- This field is required by the struct definition but was omitted from one instance in the NVM discovery code
- The missing field caused Rust compilation to fail with error E0063 during tauri build
- Set installation_type to InstallationType::System to match other NVM installations in the same function
- Fixes build failure for aarch64-apple-darwin target and other platforms
I
Izzo, Anthony M committed
821abadfab47704d77fd5152ee37ec41d01518df
Parent: 246e0c8
Committed by Vivek R <123vivekr@gmail.com> on 10/10/2025, 5:32:33 AM