Update electron-notarize to 2.1.0

This commit is contained in:
Scott Nonnenberg 2023-10-30 14:57:49 -07:00 committed by GitHub
parent f67fabb3a7
commit cb0517d6d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 13 deletions

View file

@ -4,7 +4,7 @@
import path from 'path';
import type { AfterPackContext } from 'electron-builder';
import { notarize } from 'electron-notarize';
import { notarize } from '@electron/notarize';
import * as packageJson from '../../package.json';