mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fully notarize universal dmg instead of stapling
This commit is contained in:
@@ -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 [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user