UNPKG

nwjs-builder-phoenix

Version:

A possible solution to build and package a ready for distribution NW.js app for Windows, macOS and Linux.

17 lines (16 loc) 408 B
export declare class WinConfig { productName: string; companyName: string; fileDescription: string; productVersion: string; fileVersion: string; copyright: string; versionStrings: { ProductName?: undefined; CompanyName?: undefined; FileDescription?: undefined; LegalCopyright?: undefined; }; icon: string; constructor(options?: any); }