MCPcopy
hub / github.com/electron/forge / CodeSignOptions

Interface CodeSignOptions

packages/maker/dmg/src/Config.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { ElectronInstallerDMGOptions } from 'electron-installer-dmg';
2
3export interface CodeSignOptions {
4 'signing-identity': string;
5 identifier?: string;
6}
7
8export interface DMGContents {
9 x: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected