Update to @electron/notarize (#439)

This commit is contained in:
Michael Telatynski
2022-11-07 17:56:47 +00:00
committed by GitHub
parent 537904f51b
commit c9b0a0866b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
const { notarize } = require('electron-notarize');
const { notarize } = require('@electron/notarize');
let warned = false;
exports.default = async function(context) {