Skip to content

Commit 5a27d40

Browse files
Update helpers/build-sea.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f9224a3 commit 5a27d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/build-sea.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function injectBlob() {
132132
args.push( '--macho-segment-name', 'NODE_SEA' );
133133
}
134134

135-
if ( process.platform === 'windows' ) {
135+
if ( process.platform === 'win32' ) {
136136
args.push( '--overwrite' );
137137
}
138138

0 commit comments

Comments
 (0)