You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/09/17 14:08:02 UTC

[GitHub] [cordova-electron] erisu commented on issue #103: Custom settings are beeing ignored

erisu commented on issue #103:
URL: https://github.com/apache/cordova-electron/issues/103#issuecomment-921826176


   As described above this flag can not be set through configs and is controlled by the CLI.
   
   E.g.
   
   ```shell
   cordova build electron
   cordova build electron --debug
   ```
   
   Both commands above will set the `devTools` flag to `true` because.
   
   ```shell
   cordova build electron --release
   ```
   
   The above command will set the `devTools` flag to `false`
   
   And as @GedasGa pointed out regarding the second part of your question, there is no way to change the Electron version. There is an open ticket where someone suggested this feature, but as of now, it is not available.
   
   And, as a side note, Cordova Electron 3.0.0 is released which supports Electron 14.0.0.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org