Version is in info not in config

This commit is contained in:
Jiiks 2018-08-29 23:09:30 +03:00
parent 09fb76d148
commit a040a605d4
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@
if (alreadyInstalled) {
this.alreadyInstalled = true;
if (config.version > alreadyInstalled.version) {
this.upDoDate = false;
if (config.info.version > alreadyInstalled.version) {
this.upToDate = false;
}
}