migrated to @electron/notarize

This commit is contained in:
Eugene Pankov
2023-06-14 17:57:25 +02:00
parent 3146668351
commit 2c0e50771f
3 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
const fs = require('fs')
const path = require('path')
const notarizer = require('electron-notarize')
const notarizer = require('@electron/notarize')
module.exports = async function (params) {
// notarize the app on Mac OS only.