You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ signcode.sign(options, function (error) {
46
46
|`hash`|`Array`| No | Signature types to sign the executable with. Defaults to `['sha1', 'sha256']`. |
47
47
|`key`|`String`| No | Path to a `.pem` key file. Only required if `cert` is a `.pem` file. |
48
48
|`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`. |
50
50
|`password`|`String`| No | Password to the certificate or key. |
51
51
|`passwordPath`|`String`| No | Path to a file containing the password for the certificate or key. |
52
52
|`site`|`String`| No | Website URL to include in the signature. |
0 commit comments