We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3314d55 commit abc04a7Copy full SHA for abc04a7
1 file changed
package.json
@@ -101,7 +101,6 @@
101
"node_modules/better-sqlite3-multiple-ciphers/**/*",
102
"node_modules/@serialport/bindings-cpp/**/*"
103
],
104
- "afterSign": "scripts/notarize.js",
105
"mac": {
106
"category": "public.app-category.developer-tools",
107
"target": [
@@ -112,7 +111,10 @@
112
111
"hardenedRuntime": true,
113
"gatekeeperAssess": false,
114
"entitlements": "resources/entitlements.mac.plist",
115
- "entitlementsInherit": "resources/entitlements.mac.inherit.plist"
+ "entitlementsInherit": "resources/entitlements.mac.inherit.plist",
+ "notarize": {
116
+ "teamId": "FC2U7NZKXV"
117
+ }
118
},
119
"win": {
120
0 commit comments