You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.
I'm trying to convert from an Electron app to Muon, and my app is crashing immediately on start with the following error:
App version is not a valid semver version: "5.0.2.0"
Coming from the autoUpdater constructor from electron-updater. I'm not sure where Muon defines what getVersion returns, but it does seem odd that it's tacked on an extra .0 to the version. Is this intentional, or a mistake?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to convert from an Electron app to Muon, and my app is crashing immediately on start with the following error:
Coming from the autoUpdater constructor from electron-updater. I'm not sure where Muon defines what getVersion returns, but it does seem odd that it's tacked on an extra
.0
to the version. Is this intentional, or a mistake?The text was updated successfully, but these errors were encountered: