Skip to content

Commit b689324

Browse files
committed
doc: mark signing the binary is macOS and Windows only in single-executable docs
1 parent 2ac5e98 commit b689324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/single-executable-applications.md

Lines changed: 2 additions & 2 deletions
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)