Skip to content

Commit

Permalink
docs: fixed missing comma in README.md (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRohn authored Apr 24, 2024
1 parent 44b05f6 commit bece7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ await sign({
// or process.env.WINDOWS_CERTIFICATE_FILE
certificateFile: "C:\\Cert.pfx",
// or process.env.WINDOWS_CERTIFICATE_PASSWORD
certificatePassword: "hunter99"
certificatePassword: "hunter99",
// or process.env.WINDOWS_SIGN_TOOL_PATH
signToolPath: "C:\\Path\\To\\my-custom-tool.exe",
// or process.env.WINDOWS_SIGN_WITH_PARAMS
Expand Down

0 comments on commit bece7f6

Please sign in to comment.