diff --git a/DownloadDCJsonFiles/main.cpp b/DownloadDCJsonFiles/main.cpp index d856495..ab920c9 100644 --- a/DownloadDCJsonFiles/main.cpp +++ b/DownloadDCJsonFiles/main.cpp @@ -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;