mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix(windows): opencode github install (#5587)
This commit is contained in:
parent
8fcc80bc20
commit
f3e64cfb19
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue