Skip to content

Commit a75959b

Browse files
authored
doc: mark signing the binary is macOS and Windows only in SEA
PR-URL: #47722 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Qingyu Deng <[email protected]>
1 parent e47d572 commit a75959b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/single-executable-applications.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tool, [postject][]:
4747
$ cp $(command -v node) hello
4848
```
4949

50-
5. Remove the signature of the binary:
50+
5. Remove the signature of the binary (macOS and Windows only):
5151

5252
* On macOS:
5353

@@ -92,7 +92,7 @@ tool, [postject][]:
9292
--macho-segment-name NODE_SEA
9393
```
9494

95-
7. Sign the binary:
95+
7. Sign the binary (macOS and Windows only):
9696

9797
* On macOS:
9898

0 commit comments

Comments
 (0)