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: nodejs#47722
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Qingyu Deng <i@ayase-lab.com>
  • Loading branch information
meixg authored and yjl9903 committed Apr 28, 2023
1 parent e2f9442 commit 2cf9aa5
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 @@ -66,7 +66,7 @@ tool, [postject][]:

The `.exe` extension is necessary.

5. Remove the signature of the binary:
5. Remove the signature of the binary (macOS and Windows only):

* On macOS:

Expand Down Expand Up @@ -118,7 +118,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 2cf9aa5

Please sign in to comment.