()
| 40 | warnings?: string[]; |
| 41 | }; |
| 42 | function getInstallationPath(): string { |
| 43 | const isWindows = env.platform === 'win32'; |
| 44 | const homeDir = homedir(); |
| 45 | if (isWindows) { |
| 46 | // Convert to Windows-style path |
| 47 | const windowsPath = join(homeDir, '.local', 'bin', 'claude.exe'); |
| 48 | // Replace forward slashes with backslashes for Windows display |
| 49 | return windowsPath.replace(/\//g, '\\'); |
| 50 | } |
| 51 | return '~/.local/bin/claude'; |
| 52 | } |
| 53 | function SetupNotes(t0) { |
| 54 | const $ = _c(5); |
| 55 | const { |