Skip to content

Commit

Permalink
updated electron-notarize
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Nov 23, 2023
1 parent 2fc2f57 commit fa22fdf
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 97 deletions.
2 changes: 1 addition & 1 deletion electron-app/assets/notarize.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { notarize } = require('@electron/notarize');
const { notarize } = require('electron-notarize');
const { build } = require('../../package.json');

exports.default = async function notarizeMacOS(context) {
Expand Down
179 changes: 84 additions & 95 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"crypto-js": "^4.1.1",
"electron-debug": "^3.2.0",
"electron-log": "^4.4.8",
"electron-notarize": "^1.2.2",
"electron-progressbar": "^2.0.1",
"electron-updater": "5.3.0",
"foreman": "^3.0.1",
Expand All @@ -80,7 +81,6 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.16.7",
"@electron/notarize": "^2.2.0",
"@electron/typescript-definitions": "^8.10.0",
"@types/auto-launch": "^5.0.2",
"@types/base-64": "^1.0.0",
Expand Down

0 comments on commit fa22fdf

Please sign in to comment.