Skip to content

Commit f07acbf

Browse files
authored
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 <karekar.mohit@gmail.com>
1 parent 6003a64 commit f07acbf

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)