We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0486db commit ffe558bCopy full SHA for ffe558b
build_resources/notarize.js
@@ -14,7 +14,7 @@
14
// along with this program. If not, see <https://www.gnu.org/licenses/>.
15
16
const isCI = require('is-ci');
17
-const { notarize } = require('electron-notarize');
+const { notarize } = require('@electron/notarize');
18
19
exports.default = async function notarizing(context) {
20
if (!isCI) {
0 commit comments