Cordova Electron 1.1.1 Released!
27 Aug 2019
We are happy to announce that we have just released Cordova Electron 1.1.1
! This is one of Cordova's supported platforms for building Electron applications.
Release Highlights
To upgrade:
cordova platform remove electron
cordova platform add electron@1.1.1
To install:
cordova platform add electron@1.1.1
Some of the notable fixes in this patch releae are:
- Builds no longer fails when icons with incorrect requirements are defined as long as one of the icons meet the requirements.
- Prepare no longer fails when
package.json
is missing thedependencies
property.
For a quick start guide and in-depth configuration setup, please check out our Cordova Electron Documentation!
Please report any issues you find at issues.cordova.io!