diff --git a/apps/site/pages/en/blog/release/v25.5.0.md b/apps/site/pages/en/blog/release/v25.5.0.md index d9430ca90b64f..4ad5754088d3c 100644 --- a/apps/site/pages/en/blog/release/v25.5.0.md +++ b/apps/site/pages/en/blog/release/v25.5.0.md @@ -12,7 +12,7 @@ author: Antoine du Hamel #### Streamlined building process of Single Executable Applications (SEA) -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. +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. 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.