forked from Silverfish/proton-bridge
GODT-1977: revert the pre-release changes.
This commit is contained in:
@ -241,7 +241,7 @@ func getPathToUpdatedExecutable(
|
||||
}
|
||||
|
||||
// Skip versions that are less or equal to launcher version.
|
||||
if currentVersion != nil && !versioner.IsNewerIgnorePrerelease(version.SemVer(), currentVersion) {
|
||||
if currentVersion != nil && !version.SemVer().GreaterThan(currentVersion) {
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user