dec commented on issue #243:
URL:
https://github.com/apache/cordova-electron/issues/243#issuecomment-1236759101
Hello to all,
Just to inform that I trying by forcing some specific version of Cordova
Electron like 2.0.0 and 3.0.0... with the same result. Additionally, I try by
using a different path in the "ElectronSettingsFilePath" value like:
`<platform name="electron"> <preference name="ElectronSettingsFilePath"
value="/electron_settings.json" /> </platform>`
`<platform name="electron"> <preference name="ElectronSettingsFilePath"
value="./electron_settings.json" /> </platform>`
`<platform name="electron"> <preference name="ElectronSettingsFilePath"
value=".\electron_settings.json" /> </platform>`
... also with the same result... and it's rare, because I also use relative
paths in the Cordova config.xml to set the installer icon, for example, and, in
this case it's working as expected.
I am near to think that something is wrong here, because I can't believe
this "error" is present, I mean, we are talking about to set the configuration
file by the "ElectronSettingsFilePath": I see this working in the past, and,
probably it's working now...
So there is something wrong in my own app / configuration, but I can't
figure it out... since I try several things, paths, the settings file certainly
exists, etc., so, I just can't figure out what can be happened.
Any possible help or advice is really appreciated! Thanks in advance for
that!
--
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]