Skip to content

Commit d0e18a9

Browse files
joyeecheungCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]> Signed-off-by: Joyee Cheung <[email protected]>
1 parent 708ad16 commit d0e18a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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` configure flag that simplifies the process of building Node.js as a [Single Executable Application (SEA)](https://nodejs.org/api/single-executable-application.html).
15+
This release introduces a new `--build-sea` configure flag that simplifies the process of building [Single Executable Applications (SEA)](https://nodejs.org/api/single-executable-application.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)