fix(windows): opencode github install (#5587)
parent
8fcc80bc20
commit
f3e64cfb19
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue