cordova-electron
cordova-electron copied to clipboard
Apache Cordova Electron
### Platforms affected Electron (Mac/Win/Linux) ### Motivation and Context Fixes #240. `electron-builder` allows options to be passed which enable auto-updating, among other things. Cordova-Electron was unnecessarily restricting the passing of...
# Bug Report ## Problem I am having problems to set the app settings using the "ElectronSettingsFilePath" preference of the Cordova config.xml file. ### What is expected to happen? What...
### Platforms affected n/a ### Motivation and Context Modernaize code ### Description - Use Node Internal Modules `node:*` - Replace `fs-extra` with `node:fs` - Improve PackageJsonParser testing ### Testing -...
### Platforms affected n/a ### Motivation and Context check license header and package dependency licenses during commit and pr submission ### Description create release audit workflow ### Testing n/a ###...
I have this error message when building app : ``` cordova build electron --release • electron-builder version=22.14.13 os=10.0.19045 • writing effective config file=platforms\electron\build\builder-effective-config.yaml TypeError: The "code" argument must be of...
# Bug Report ## Problem Plain vanilla Cordova electron project fails `cordova build electron` with the dreaded ENOENT error (ref. earlier error: https://github.com/apache/cordova-electron/issues/220 --> marked as fixed). ### What is...
I am using cordova-electron to build a macOS app. But I have problems when I try to use transporter : Asset validation failed (90287) Invalid Code Signing Entitlements. The entitlements...
I'm currently working on a Cordova Angular application that utilizes the Electron platform. As part of the project, I've integrated a library named "event-pubsub.". The installed library is in node_modules...
cordova platform add electron when i use this command and add electron to my project and edit the index.html file and rung the command cordova build electron the changes i...
I saw that the latest Cordova-electron project (3.1.0) is using electron 14.2.9 Is there any plan to release a new Cordova-electron version soon? (The current electron version is 24.1.12) Thanks