Skip to content

Commit

Permalink
[CI] Update notarize and electron-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioislima committed Mar 31, 2024
1 parent 24fe093 commit 592828b
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 73 deletions.
2 changes: 0 additions & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ mac:
icon: build/icon.icns
entitlements: build/entitlements.mac.plist
entitlementsInherit: build/entitlements.mac.plist
notarize:
tool: notarytool
extendInfo:
com.apple.security.cs.allow-jit: true
asarUnpack:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"zod": "3.22.3"
},
"devDependencies": {
"@electron/notarize": "^2.1.0",
"@electron/notarize": "^2.3.0",
"@playwright/test": "1.42.1",
"@testing-library/dom": "9.0.1",
"@testing-library/jest-dom": "5.16.4",
Expand All @@ -125,7 +125,7 @@
"@vitejs/plugin-react-swc": "3.2.0",
"cross-env": "7.0.3",
"electron": "castlabs/electron-releases#29.1.3+wvcus",
"electron-builder": "24.6.4",
"electron-builder": "24.13.3",
"electron-devtools-installer": "3.2.0",
"eslint": "8.36.0",
"eslint-config-prettier": "8.7.0",
Expand Down
1 change: 0 additions & 1 deletion sign/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ exports.default = async function notarizing(context) {

return await notarize({
appPath: `${appOutDir}/${appName}.app`,
tool: 'notarytool',
teamId: process.env.TEAMID,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_APP_SPECIFIC_PASSWORD
Expand Down
152 changes: 84 additions & 68 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 592828b

Please sign in to comment.