From b954ea9781738c89232cdb7f9d715ac0b3a9a265 Mon Sep 17 00:00:00 2001 From: Xuguang Mei Date: Fri, 28 Apr 2023 17:02:55 +0800 Subject: [PATCH] doc: mark signing the binary is macOS and Windows only in SEA PR-URL: https://github.com/nodejs/node/pull/47722 Reviewed-By: Darshan Sen Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Michael Dawson Reviewed-By: Qingyu Deng --- doc/api/single-executable-applications.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/single-executable-applications.md b/doc/api/single-executable-applications.md index e1d227a02e0d28..487c43264b424f 100644 --- a/doc/api/single-executable-applications.md +++ b/doc/api/single-executable-applications.md @@ -47,7 +47,7 @@ tool, [postject][]: $ cp $(command -v node) hello ``` -5. Remove the signature of the binary: +5. Remove the signature of the binary (macOS and Windows only): * On macOS: @@ -92,7 +92,7 @@ tool, [postject][]: --macho-segment-name NODE_SEA ``` -7. Sign the binary: +7. Sign the binary (macOS and Windows only): * On macOS: