Skip to content

Commit 31d446c

Browse files
committed
fix: add missing wsl_distro field to nvm installation struct (Linux build fix)
1 parent f14d711 commit 31d446c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src-tauri/src/claude_binary.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ fn find_nvm_installations() -> Vec<ClaudeInstallation> {
307307
version,
308308
source: format!("nvm ({})", node_version),
309309
installation_type: InstallationType::System,
310+
wsl_distro: None,
310311
});
311312
}
312313
}

0 commit comments

Comments
 (0)