fix(windows): opencode github install (#5587)

thinking-toggle-wip
Luke Parker 2025-12-16 08:12:54 +10:00 committed by Aiden Cline
parent fc5493e8bd
commit 8b976833a3
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ export const GithubInstallCommand = cmd({
process.platform === "darwin"
? `open "${url}"`
: process.platform === "win32"
? `start "${url}"`
? `start "" "${url}"`
: `xdg-open "${url}"`
exec(command, (error) => {