From f07acbff25216cf88927a35e8ef63f7f00fdba29 Mon Sep 17 00:00:00 2001 From: Mohit Karekar Date: Wed, 28 Jan 2026 00:31:46 +0100 Subject: [PATCH] Fix link for Single Executable Applications in v25.5.0 Updated link for Single Executable Applications (SEA) in the release notes. Signed-off-by: Mohit Karekar --- apps/site/pages/en/blog/release/v25.5.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.