nwjs / grunt-nw-builder

Build NW.js applications for Mac, Windows and Linux using Grunt

Home Page:https://www.npmjs.com/package/grunt-nw-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work with nwjs 0.13+

opened this issue · comments

I tried this grunt task with nwjs 0.13.3 and it doesn't work, because nwjs uses different file(name)s since v0.13. I get the following error:

Fatal error: ENOENT: no such file or directory, lstat 'C:\path\to\my\nwjs\app\cache\0.13.3\win32\ffmpegsumo.dll'

I have encountered the same issue. Any help?
EDIT: Found this nwutils/nw-builder#320

This repo is only supported up to nwjs v0.11.5. I'll be putting in a pull request to update it for the newer versions. Check back in a day or two.

Newer NW.js versions including alpha/beta builds are supported as of 2.0.1. Thanks for reporting. Let me know if there's any problem with the new version.