From f8472a3b8770876093a3c41ba2281eaa337a34d2 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 8 May 2024 16:10:20 +0200 Subject: [PATCH] call update.checkJsonVersions(filesToUpdate) after doUpdate(). --- DownloadDCJsonFiles/main.cpp | 2 ++ 1 file changed, 2 insertions(+) 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;