diff options
| author | GitHub Action <[email protected]> | 2026-01-13 07:08:25 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2026-01-13 07:08:25 +0000 |
| commit | 520a814fc20b5c87481f8ba73703c1c2d8142bc5 (patch) | |
| tree | 513702c488fd738dcab26179199d7d49d6c23fe3 | |
| parent | 2072c8681a78653aee1f221f2761a8c4c517c7a3 (diff) | |
| download | opencode-520a814fc20b5c87481f8ba73703c1c2d8142bc5.tar.gz opencode-520a814fc20b5c87481f8ba73703c1c2d8142bc5.zip | |
chore: generate
| -rw-r--r-- | packages/opencode/script/postinstall.mjs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/opencode/script/postinstall.mjs b/packages/opencode/script/postinstall.mjs index 14103895a..e8b5e995c 100644 --- a/packages/opencode/script/postinstall.mjs +++ b/packages/opencode/script/postinstall.mjs @@ -106,11 +106,11 @@ async function main() { return } - // On non-Windows platforms, just verify the binary package exists - // Don't replace the wrapper script - it handles binary execution - const { binaryPath } = findBinary() - console.log(`Platform binary verified at: ${binaryPath}`) - console.log("Wrapper script will handle binary execution") + // On non-Windows platforms, just verify the binary package exists + // Don't replace the wrapper script - it handles binary execution + const { binaryPath } = findBinary() + console.log(`Platform binary verified at: ${binaryPath}`) + console.log("Wrapper script will handle binary execution") } catch (error) { console.error("Failed to setup opencode binary:", error.message) process.exit(1) |
