Skip to content

Commit

Permalink
Merge pull request #5583 from LiskHQ/update-deployment
Browse files Browse the repository at this point in the history
Add notarize props in package.json
  • Loading branch information
shuse2 authored May 16, 2024
2 parents e64c80a + e389767 commit b42c988
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"build": {
"asar": true,
"appId": "io.lisk.hub",
"copyright": "Copyright © 2016-2023 Lisk",
"copyright": "Copyright © 2016-2024 Lisk",
"afterSign": "electron-builder-notarize",
"protocols": {
"name": "lisk",
Expand Down Expand Up @@ -83,6 +83,9 @@
"gatekeeperAssess": false,
"entitlements": "build/entitlements.plist",
"entitlementsInherit": "build/entitlements.plist",
"notarize": {
"teamId": ""
},
"target": {
"target": "default",
"arch": [
Expand Down

0 comments on commit b42c988

Please sign in to comment.