Skip to content

Commit d5ab514

Browse files
committed
Fix installer to configure IDEs with shared ragcode bin
1 parent da081db commit d5ab514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/install/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ func configureIDEs(selected []string) {
536536
if runtime.GOOS == "windows" {
537537
binPath = filepath.Join(home, "go", "bin", "rag-code-mcp.exe")
538538
} else {
539-
binPath = filepath.Join(home, ".local", "bin", "rag-code-mcp")
539+
binPath = filepath.Join(home, installDirName, "bin", "rag-code-mcp")
540540
}
541541

542542
selection := normalizeIdeSelection(selected)

0 commit comments

Comments
 (0)