aboutsummaryrefslogtreecommitdiffstats
path: root/build-helpers
diff options
context:
space:
mode:
Diffstat (limited to 'build-helpers')
-rw-r--r--build-helpers/notarize.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-helpers/notarize.js b/build-helpers/notarize.js
index 5cfc6b541..a067a9882 100644
--- a/build-helpers/notarize.js
+++ b/build-helpers/notarize.js
@@ -7,7 +7,7 @@ exports.default = async function notarizing(context) {
7 const appName = context.packager.appInfo.productFilename; 7 const appName = context.packager.appInfo.productFilename;
8 8
9 // @ts-ignore global-require 9 // @ts-ignore global-require
10 const { notarize } = require('electron-notarize'); 10 const { notarize } = require('@electron/notarize');
11 11
12 await notarize({ 12 await notarize({
13 tool: 'notarytool', 13 tool: 'notarytool',