@electron/packager
Version:
Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI
4 lines (3 loc) • 339 B
TypeScript
import { ComboOptions, DownloadOptions } from './types';
import { Packager } from './packager';
export declare function packageUniversalMac(packageForPlatformAndArchWithOpts: Packager['packageForPlatformAndArchWithOpts'], buildDir: string, comboOpts: ComboOptions, downloadOpts: DownloadOptions, tempBase: string): Promise<string | true>;