Skip to content

Commit 87f210d

Browse files
committed
doc: mark signing the binary is macOS and Windows only in single-executable docs
1 parent c733cc0 commit 87f210d

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
@@ -33,7 +33,7 @@ tool, [postject][]:
3333
$ cp $(command -v node) hello
3434
```
3535

36-
3. Remove the signature of the binary:
36+
3. Remove the signature of the binary (macOS and Windows only):
3737

3838
* On macOS:
3939

@@ -78,7 +78,7 @@ tool, [postject][]:
7878
--macho-segment-name NODE_JS
7979
```
8080

81-
5. Sign the binary:
81+
5. Sign the binary (macOS and Windows only):
8282

8383
* On macOS:
8484

0 commit comments

Comments
 (0)