Skip to content

Commit 90d5ab8

Browse files
committed
fix(sea): inject windows payloads without vfs config overread
1 parent 13554aa commit 90d5ab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/repo/cli-build/sea/build.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ async function buildSeaTarget(
146146
`SEA blob generation failed for ${target}. Inspect node-smol output.`,
147147
)
148148
}
149-
if (target.startsWith('linux-')) {
149+
if (!target.startsWith('darwin-')) {
150150
const { inject } = await import('postject')
151151
await copyFile(base, output)
152152
await inject(output, 'NODE_SEA_BLOB', await readFile(blob), {

0 commit comments

Comments
 (0)