UNPKG

nw-builder-platforms

Version:

Build NW.js desktop applications for MacOS, Windows and Linux.

21 lines (19 loc) 369 B
const Options = { srcDir: "./", mode: "build", version: "latest", flavor: "normal", platforms: [], currentPlatform: null, outDir: "./out", cacheDir: "./cache", downloadUrl: "https://dl.nwjs.io", manifestUrl: "https://nwjs.io/versions", app: {}, cache: true, zip: false, cli: false, ffmpeg: false, glob: true, }; export default Options;