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: {
|
compile: {
|
||||||
target: `bun-${os}-${arch}` as any,
|
target: `bun-${os}-${arch}` as any,
|
||||||
outfile: `dist/${name}/bin/opencode`,
|
outfile: `dist/${name}/bin/opencode`,
|
||||||
execArgv: [`--user-agent=opencode/${version}`],
|
execArgv: [`--user-agent=opencode/${version}`, `--`],
|
||||||
windows: {},
|
windows: {},
|
||||||
},
|
},
|
||||||
entrypoints: ["./src/index.ts"],
|
entrypoints: ["./src/index.ts"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue