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
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]>
  • Loading branch information
meixg authored and targos committed May 3, 2023
1 parent 26bccbc commit b954ea9
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 b954ea9

Please sign in to comment.