Skip to content

Commit

Permalink
Fix missing entitlement when building universal binary on macOS
Browse files Browse the repository at this point in the history
Updated electron-builder and its dependencies.
#2625
  • Loading branch information
tutao authored and murilopereirame committed Nov 27, 2023
1 parent d79c542 commit 8d7f22e
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 60 deletions.
2 changes: 2 additions & 0 deletions buildSrc/mac-entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
Expand Down
142 changes: 84 additions & 58 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"winreg": "1.2.4"
},
"devDependencies": {
"@electron/notarize": "1.2.3",
"@electron/notarize": "2.2.0",
"@octokit/auth-token": "2.5.0",
"@octokit/rest": "18.12.0",
"@rollup/plugin-commonjs": "24.0.1",
Expand All @@ -78,7 +78,7 @@
"body-parser": "1.20.0",
"chokidar": "3.5.2",
"commander": "9.2.0",
"electron-builder": "24.8.1",
"electron-builder": "24.9.1",
"electron-packager": "17.1.2",
"esbuild": "0.17.15",
"esbuild-plugin-alias-path": "2.0.2",
Expand Down

0 comments on commit 8d7f22e

Please sign in to comment.