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) {