Skip to content

Commit

Permalink
add mac sign
Browse files Browse the repository at this point in the history
  • Loading branch information
choppu committed Nov 19, 2022
1 parent f28dde6 commit 2ccc522
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Keycard Certify

To create certificates you should first fill in the form, specifying lot number, the quantity of cards for which you need to create a certificate, destination path for the certificates file and choose the output encryption PGP key. You also need a Keycard to sign the certificates. Path `m/43'/60'/1581'/2'/0` will be used to sign.


1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
],
"mac": {
"category": "public.app-category.utilities",
"identity": null,
"target": "zip"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export namespace Main {
export function main(app: Electron.App, browserWindow: typeof BrowserWindow): void {
BrowserWindow = browserWindow;
application = app;
application.setName("Keycard Desktop");
application.setName("Keycard Certify");
application.on('window-all-closed', Main.onWindowAllClosed);
application.on('ready', Main.onReady);
}
Expand Down

0 comments on commit 2ccc522

Please sign in to comment.