UNPKG

@electron/packager

Version:

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

8 lines (7 loc) 214 B
import { App } from './platform'; export declare class LinuxApp extends App { get originalElectronName(): string; get newElectronName(): string; create(): Promise<string>; } export { LinuxApp as App };