Skip to content

Commit

Permalink
fix macos notarization #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferllings committed Apr 29, 2024
1 parent d413c41 commit 52aecd6
Show file tree
Hide file tree
Showing 3 changed files with 317 additions and 12 deletions.
3 changes: 3 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ mac:
type: distribution
publish:
- github
notarize: false

afterSign: "electron-builder-notarize"

dmg:
sign: false
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"author": "Cédric Trévisan <ctrevisan@tpgi.com>",
"license": "GPL-3.0",
"devDependencies": {
"@electron/notarize": "^2.3.0",
"cross-env": "^7.0.3",
"electron": "29.1.4",
"electron-builder": "^24.13.3"
"electron-builder": "^24.13.3",
"electron-builder-notarize": "^1.5.2"
},
"dependencies": {
"color-blind": "^0.1.3",
Expand Down

0 comments on commit 52aecd6

Please sign in to comment.