thedesk/app/node_modules/dmg-builder/out/dmgUtil.d.ts

10 lines
604 B
TypeScript
Raw Normal View History

2019-09-13 00:38:13 +10:00
import { PlatformPackager } from "app-builder-lib";
import { TmpDir } from "temp-file";
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<void>;
export declare function computeBackground(packager: PlatformPackager<any>): Promise<string>;
export declare function transformBackgroundFileIfNeed(file: string, tmpDir: TmpDir): Promise<string>;