Fully notarize universal dmg instead of stapling
This commit is contained in:
parent
b8c1faf086
commit
11d54f6769
2 changed files with 16 additions and 11 deletions
|
@ -2,11 +2,11 @@
|
|||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import type { BuildResult } from 'electron-builder';
|
||||
import { afterAllArtifactBuild as stapleNotarization } from './staple-notarization';
|
||||
import { afterAllArtifactBuild as notarizeUniversalDMG } from './notarize-universal-dmg';
|
||||
|
||||
export async function afterAllArtifactBuild(
|
||||
result: BuildResult
|
||||
): Promise<Array<string>> {
|
||||
await stapleNotarization(result);
|
||||
await notarizeUniversalDMG(result);
|
||||
return [];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue