UNPKG

535 BTypeScriptView Raw
1import { EmptyConfig, MakerBase, MakerOptions } from '@electron-forge/maker-base';
2import { ForgePlatform } from '@electron-forge/shared-types';
3export declare type MakerZIPConfig = EmptyConfig;
4export default class MakerZIP extends MakerBase<MakerZIPConfig> {
5 name: string;
6 defaultPlatforms: ForgePlatform[];
7 isSupportedOnCurrentPlatform(): boolean;
8 make({ dir, makeDir, appName, packageJSON, targetArch, targetPlatform }: MakerOptions): Promise<string[]>;
9}
10export { MakerZIP };
11//# sourceMappingURL=MakerZIP.d.ts.map
\No newline at end of file