nwjs-builder icon indicating copy to clipboard operation
nwjs-builder copied to clipboard

Using path which contain binary files for using custom nwjs build

Open blaremc opened this issue 8 years ago • 1 comments

Just a optional param --path /Users/admin/nwjs/19.5 for example It would be great.

blaremc avatar Jan 17 '17 15:01 blaremc

Greetings.

Downloaded binaries are stored in ~/.nwjs-download/caches/, maybe you can provide or replace the archive of a version you want to use at that location, so that nwjs-builder will be using the custom one.

For example, I want to use a custom build of version 0.14.7, so I replace ~/.nwjs-download/caches/binary-nwjs-v0.14.7-osx-x64.zip with the custom one, and pass an option -v 0.14.7 to indicate which version I want to use. That should do the trick.

If there is further issue, let me know.

evshiron avatar Jan 18 '17 04:01 evshiron