UNPKG

@electron/packager

Version:

Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI

3 lines (2 loc) 181 B
import { Options, SupportedPlatform } from './types'; export declare function getMetadataFromPackageJSON(platforms: SupportedPlatform[], opts: Options, dir: string): Promise<void>;