Skip to content

Commit

Permalink
doc: mark signing the binary is macOS and Windows only in SEA
Browse files Browse the repository at this point in the history
  • Loading branch information
meixg committed Apr 26, 2023
1 parent 2ac5e98 commit 1e7b49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/single-executable-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 1e7b49a

Please sign in to comment.