Skip to content

Commit

Permalink
Update mac signing
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanaelA committed May 1, 2024
1 parent 0e98840 commit 4c4339b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
"arm64",
"x64"
]
},
"notarize": {
"teamId": "${APPLE_ID_TEAM}"
}
},
"win": {
Expand Down Expand Up @@ -92,8 +95,7 @@
],
"asarUnpack": [
"build/**/*"
],
"afterSign": "build/notarize.js"
]
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 4c4339b

Please sign in to comment.