From 08799248803cecc991560bf438fe1d83fe65ad70 Mon Sep 17 00:00:00 2001 From: Balaji Vijayakumar Date: Wed, 26 Oct 2022 19:31:05 +0530 Subject: chore: replace 'electron-notarize' with '@electron/notarize' (#711) --- build-helpers/notarize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-helpers/notarize.js') 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) { const appName = context.packager.appInfo.productFilename; // @ts-ignore global-require - const { notarize } = require('electron-notarize'); + const { notarize } = require('@electron/notarize'); await notarize({ tool: 'notarytool', -- cgit v1.2.3-70-g09d2