mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix issue with flags being parsed incorrectly
This commit is contained in:
parent
0e0c5a9b68
commit
bcd656ffae
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ for (const [os, arch] of targets) {
|
|||
compile: {
|
||||
target: `bun-${os}-${arch}` as any,
|
||||
outfile: `dist/${name}/bin/opencode`,
|
||||
execArgv: [`--user-agent=opencode/${version}`],
|
||||
execArgv: [`--user-agent=opencode/${version}`, `--`],
|
||||
windows: {},
|
||||
},
|
||||
entrypoints: ["./src/index.ts"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue