Skip to content

Commit fa9149c

Browse files
committed
chore(macOS): fix notarization
1 parent 032841a commit fa9149c

File tree

4 files changed

+5
-39
lines changed

4 files changed

+5
-39
lines changed

apps/client/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
"zod": "3.19.1"
9393
},
9494
"devDependencies": {
95-
"@electron/notarize": "^2.1.0",
9695
"@intlify/vite-plugin-vue-i18n": "3.4.0",
9796
"@quasar/app-vite": "^1.4.3",
9897
"@types/argon2-browser": "^1.18.1",

apps/client/quasar.config.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,11 @@ module.exports = configure(function (ctx) {
333333
entitlements: 'src-capacitor/ios/App/App/entitlements.mac.plist',
334334
entitlementsInherit:
335335
'src-capacitor/ios/App/App/entitlements.mac.plist',
336+
337+
notarize: {
338+
appBundleId: 'app.deepnotes',
339+
teamId: 'NK86B84G2A',
340+
},
336341
},
337342
dmg: {
338343
sign: false,
@@ -368,8 +373,6 @@ module.exports = configure(function (ctx) {
368373
publisher: 'CN=07D378F2-6F19-4C16-B6BE-146DA7696C3F',
369374
publisherDisplayName: 'DeepNotes',
370375
},
371-
372-
afterSign: 'src-electron/notarize.js',
373376
},
374377
},
375378

apps/client/src-electron/notarize.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)