mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
eos greater than
This commit is contained in:
committed by
Aiden McClelland
parent
86ef6369e2
commit
23fc77eedd
@@ -23,7 +23,7 @@ export class MarketplaceService {
|
|||||||
) { }
|
) { }
|
||||||
|
|
||||||
get eosUpdateAvailable () {
|
get eosUpdateAvailable () {
|
||||||
return this.eos.version !== this.patch.data['server-info'].version
|
return this.emver.compare(this.eos.version, this.patch.data['server-info'].version) === 1
|
||||||
}
|
}
|
||||||
|
|
||||||
async load (): Promise<void> {
|
async load (): Promise<void> {
|
||||||
|
|||||||
Reference in New Issue
Block a user