mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Fix #1634: updatecheck for new version strings
This commit is contained in:
parent
d4f6ec84e1
commit
26d52e15d8
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export function getInstalledPatchVersion() {
|
|||
// to automatically update us if we're on the beta channel, and
|
||||
// disregard the pre-release information entirely when doing our
|
||||
// own update check.
|
||||
return TRI_VERSION.replace(/-.*/, "")
|
||||
return TRI_VERSION.replace(/pre.*/, "")
|
||||
}
|
||||
|
||||
export function getInstalledVersion() {
|
||||
|
|
Loading…
Add table
Reference in a new issue