chore: generate
This commit is contained in:
@@ -106,11 +106,11 @@ async function main() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// On non-Windows platforms, just verify the binary package exists
|
// On non-Windows platforms, just verify the binary package exists
|
||||||
// Don't replace the wrapper script - it handles binary execution
|
// Don't replace the wrapper script - it handles binary execution
|
||||||
const { binaryPath } = findBinary()
|
const { binaryPath } = findBinary()
|
||||||
console.log(`Platform binary verified at: ${binaryPath}`)
|
console.log(`Platform binary verified at: ${binaryPath}`)
|
||||||
console.log("Wrapper script will handle binary execution")
|
console.log("Wrapper script will handle binary execution")
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to setup opencode binary:", error.message)
|
console.error("Failed to setup opencode binary:", error.message)
|
||||||
process.exit(1)
|
process.exit(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user