Update to @electron/notarize

This commit is contained in:
Michael Telatynski
2022-11-08 09:59:42 +00:00
parent c06349d814
commit a104be4fa1
3 changed files with 10 additions and 10 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) {