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
Debian considers pre-release packages built by electron-builder to be more recent than their respective final releases.
For example:
### According to semver 2.0, '1.0.0' should be considered greater than '1.0.0-rc1'. But for Debian it's not.
### This means that Debian will consider final releases a "downgrade" compared to the RCs, so it will always prefer installing the RC if both are available
$ dpkg --compare-versions 1.0.0 gt 1.0.0-rc1; echo $?
1
The text was updated successfully, but these errors were encountered:
Debian considers pre-release packages built by electron-builder to be more recent than their respective final releases.
For example:
The text was updated successfully, but these errors were encountered: