MakerDMGConfig: Omit<ElectronInstallerDMGOptions, "name" | "appPath" | "out"> & {
    name?: string;
}

Type declaration

  • Optional name?: string