Skip to content

Commit 2b326cd

Browse files
committed
fix(build): update output filename and user agent for opencoder
1 parent 04a2d90 commit 2b326cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/opencode/script/build.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ for (const item of targets) {
149149
autoloadTsconfig: true,
150150
autoloadPackageJson: true,
151151
target: name.replace(pkg.name, "bun") as any,
152-
outfile: `dist/${name}/bin/opencode`,
153-
execArgv: [`--user-agent=opencode/${Script.version}`, "--use-system-ca", "--"],
152+
outfile: `dist/${name}/bin/opencoder`,
153+
execArgv: [`--user-agent=opencoder/${Script.version}`, "--use-system-ca", "--"],
154154
windows: {},
155155
},
156156
entrypoints: ["./src/index.ts", parserWorker, workerPath],

0 commit comments

Comments
 (0)