Skip to content

Commit

Permalink
doc: mark signing the binary is macOS and Windows only in single-exec…
Browse files Browse the repository at this point in the history
…utable docs
  • Loading branch information
meixg committed Apr 26, 2023
1 parent c733cc0 commit 87f210d
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 @@ -33,7 +33,7 @@ tool, [postject][]:
$ cp $(command -v node) hello
```

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

* On macOS:

Expand Down Expand Up @@ -78,7 +78,7 @@ tool, [postject][]:
--macho-segment-name NODE_JS
```

5. Sign the binary:
5. Sign the binary (macOS and Windows only):

* On macOS:

Expand Down

0 comments on commit 87f210d

Please sign in to comment.