From 442ed0c511acb8ab6340374a7a2f4430ba36084f Mon Sep 17 00:00:00 2001 From: rory Date: Mon, 5 Jun 2023 15:52:21 -0700 Subject: [PATCH] Update electron-notarize package name --- desktop/notarize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/notarize.js b/desktop/notarize.js index 161fe5e5d157..f6f803700a19 100644 --- a/desktop/notarize.js +++ b/desktop/notarize.js @@ -1,4 +1,4 @@ -const {notarize} = require('electron-notarize'); +const {notarize} = require('@electron/notarize'); const electron = require('../config/electronBuilder.config'); exports.default = function notarizing(context) {