Skip to content

Commit

Permalink
[core] more notarization fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zviadm committed May 14, 2024
1 parent da1084d commit 59f7820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions buildcfg/mac/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions buildcfg/notarize.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const platform = require("os").platform();
const { notarize } = require("electron-notarize");
const { notarize } = require("@electron/notarize");
const chalk = require("chalk");

require("dotenv").config();
require("debug").enable("electron-notarize");
require("debug").enable("@electron/notarize");

process.on('unhandledRejection', error => {
console.log('unhandledRejection', error.message);
Expand Down

0 comments on commit 59f7820

Please sign in to comment.