UNPKG

dmg-builder

Version:

Utilities to build DMG. Used by [electron-builder](https://github.com/electron-userland/electron-builder).

9 lines (8 loc) 268 B
import { PlatformPackager } from "app-builder-lib"; type LicenseConfig = { $schema: string; body: any[]; labels: any[]; }; export declare function addLicenseToDmg(packager: PlatformPackager<any>, dmgPath: string): Promise<LicenseConfig | null>; export {};