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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to