Skip to content

Commit 5502c79

Browse files
authored
Merge branch 'nodejs:main' into fix-sidebar-scroll-last-item
2 parents d84fcd3 + ef2b9a1 commit 5502c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/blog/release/v25.5.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author: Antoine du Hamel
1212

1313
#### Streamlined building process of Single Executable Applications (SEA)
1414

15-
This release introduces a new `--build-sea` command-line flag that simplifies the process of building [Single Executable Applications (SEA)](https://nodejs.org/api/single-executable-application.html) using Node.js.
15+
This release introduces a new `--build-sea` command-line flag that simplifies the process of building [Single Executable Applications (SEA)](https://nodejs.org/api/single-executable-applications.html) using Node.js.
1616

1717
Previously, SEA generation involved copying the executable, generating the preparation blob with `--experimental-sea-config`, and injecting the blob into the copy using [nodejs/postject](https://github.com/nodejs/postject). With the new `--build-sea` flag, these steps are now consolidated into a single step available from Node.js core.
1818

0 commit comments

Comments
 (0)