Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 794006f

Browse files
committed
add electron-app-notarize
1 parent 676eae5 commit 794006f

File tree

2 files changed

+197
-1
lines changed

2 files changed

+197
-1
lines changed

package-lock.json

Lines changed: 195 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
"detect-port": "^1.3.0",
149149
"electron": "^20.0.2",
150150
"electron-builder": "^23.3.3",
151+
"electron-builder-notarize": "^1.5.0",
151152
"electron-devtools-installer": "^3.2.0",
152153
"electron-notarize": "^1.2.1",
153154
"electron-rebuild": "^3.2.9",
@@ -201,7 +202,7 @@
201202
"node_modules",
202203
"package.json"
203204
],
204-
"afterSign": ".erb/scripts/notarize.js",
205+
"afterSign": "electron-builder-notarize",
205206
"mac": {
206207
"category": "public.app-category.developer-tools",
207208
"target": {

0 commit comments

Comments
 (0)