Skip to content

Commit 61fa856

Browse files
committed
Mention overwrite defaults to false
1 parent dbc43d2 commit 61fa856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ signcode.sign(options, function (error) {
4646
| `hash` | `Array` | No | Signature types to sign the executable with. Defaults to `['sha1', 'sha256']`. |
4747
| `key` | `String` | No | Path to a `.pem` key file. Only required if `cert` is a `.pem` file. |
4848
| `name` | `String` | No | Product name to include in the signature. |
49-
| `overwrite` | `Boolean` | No | `true` to sign the executable in place, `false` to write the signed file at the same path but with `-signed` at the end of it. |
49+
| `overwrite` | `Boolean` | No | `true` to sign the executable in place, `false` to write the signed file at the same path but with `-signed` at the end of it. Defaults to `false`. |
5050
| `password` | `String` | No | Password to the certificate or key. |
5151
| `passwordPath` | `String` | No | Path to a file containing the password for the certificate or key. |
5252
| `site` | `String` | No | Website URL to include in the signature. |

0 commit comments

Comments
 (0)