mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-11 00:32:45 +08:00
8 lines
468 B
TypeScript
8 lines
468 B
TypeScript
![]() |
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>;
|