Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
jet2jet committed May 17, 2024
1 parent ba42349 commit 012ff8a
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 @@ To keep resedit-js generic library, the followings are required to use signing p

These requirements are represented as [`SignerObject`](./src/main/sign/SignerObject.ts). The caller of `generateExecutableWithSign` function must implement this object to sign executables.

An example code is here: [signTest.js](./examples/sign/signTest.js)
An example code is here: [signTest.mjs](./examples/sign/signTest.mjs)

Note that resedit-js only provides basic signing process, and provides as beta version. For example adding more attributes/informations to certificates are not supported now.

Expand Down

0 comments on commit 012ff8a

Please sign in to comment.