Notarize in afterSign step instead of afterPack

This commit is contained in:
Fedor Indutny 2022-02-24 12:24:48 -08:00 committed by GitHub
parent edcd005f5e
commit c11e9350d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 5 deletions

View file

@ -10,7 +10,7 @@ import * as packageJson from '../../package.json';
/* eslint-disable no-console */
export async function afterPack({
export async function afterSign({
appOutDir,
packager,
electronPlatformName,