Skip to content

Commit

Permalink
Include teamId in electron-builder config
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed May 15, 2024
1 parent f0f8101 commit 1cfee8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/zui/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"sign": "./scripts/sign.js"
},
"linux": {"target": ["deb", "rpm"]},
"mac": {"notarize": {"teamId": "2DBXHXV7KJ"}},
"rpm": {"depends": ["openssl"]},
"deb": {"depends": ["openssl"]},
"nsis": {"oneClick": false, "perMachine": false},
Expand Down

0 comments on commit 1cfee8b

Please sign in to comment.