call update.checkJsonVersions(filesToUpdate) after doUpdate().
This commit is contained in:
parent
24addad11e
commit
f8472a3b87
@ -138,7 +138,9 @@ int main(int argc, char **argv) {
|
|||||||
plugInName,
|
plugInName,
|
||||||
workingDir);
|
workingDir);
|
||||||
|
|
||||||
|
//update.checkJsonVersions();
|
||||||
update.doUpdate(filesToUpdate);
|
update.doUpdate(filesToUpdate);
|
||||||
|
update.checkJsonVersions(filesToUpdate);
|
||||||
|
|
||||||
//return a.exec();
|
//return a.exec();
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user