UNPKG

dmg-builder

Version:

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

8 lines (7 loc) 468 B
import { PlatformPackager } from "app-builder-lib"; export { DmgTarget } from "./dmg"; export declare function getDmgTemplatePath(): string; export declare function getDmgVendorPath(): string; export declare function attachAndExecute(dmgPath: string, readWrite: boolean, task: () => Promise<any>): Promise<any>; export declare function detach(name: string): Promise<string>; export declare function computeBackground(packager: PlatformPackager<any>): Promise<string>;