ComexioDev commented on issue #163:
URL:
https://github.com/apache/cordova-electron/issues/163#issuecomment-669729929
I dont know how to achieve this. I can only tell you, that it works in a
release build.
Maybe you could do something hacky like:
`const appVersion = <yourAppVersion>;
const electronVersion = <yourElectronVersion>;
let version = app. getVersion();
if(version === electronVersion){version = appVersion;}`
Then use `version` in your Code instead of ` app. getVersion()`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]