crossbuilder
crossbuilder copied to clipboard
Update electron-builder?
Hi,
I'm currently evaluating crossbuilder for a client app and was wondering why you're using a rather old version of electron-builder. The current version is 4.2.5 and crossbuilder's package.json loads version 2.10.0. Are your dependencies a little outdated or is there a reason I'm not aware of to use that version?
Regards, Jens
Hi. Yes, I just didn't have time to update it. The API for electron-builder
was change significantly. A PR for updating it would be welcome.
Hi, I couldn't follow the build script and understand where electron-builder is used. Could you point me there?
I saw that build:electron
runs web pack:build:electron
,
which runs web pack
with the electron.config
.
But that config has nothing specific about electron-builder
.