dec commented on issue #243:
URL: 
https://github.com/apache/cordova-electron/issues/243#issuecomment-1236787599

   Hello to all,
   
   Finally I can found where is the problem! In my Cordova config.xml file, I 
have a couple of:
   
   `<platform name="electron">`
   
   In the first one I place the settings file path and the icons for the 
electron platform, and, in a second one I place the splash screen file path. 
When I remove the second "platform" XML tag, I can see that the settings file 
is now working as expected.
   
   So for some reason Cordova Electron is "overridden" the first "platform" XML 
tag with the second one, which do not contain the settings file path.
   
   It's a bit rare... because the first "platform" XML stuff contains the icons 
configuration, and, these are working as expected. So I am not sure why a 
second "platform" node specifically cause the ignoring of the settings file 
established in the first "platform" XML node.
   
   Maybe this information can be useful for someone... or maybe this issue will 
be revised in order to see what is happening if we place a second 
"platform=electron" node in the Cordova config.xml file.


-- 
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