call update.checkJsonVersions(filesToUpdate) after doUpdate().

This commit is contained in:
Gerhard Hoffmann 2024-05-08 16:10:20 +02:00
parent 24addad11e
commit f8472a3b87

View File

@ -138,7 +138,9 @@ int main(int argc, char **argv) {
plugInName,
workingDir);
//update.checkJsonVersions();
update.doUpdate(filesToUpdate);
update.checkJsonVersions(filesToUpdate);
//return a.exec();
return 0;