Pārlūkot izejas kodu

Remove old updates on startup.

We left the packages from old Updates lingering on the filesystem. This
clears them out.

Fixes #28
Tobias Hieta 9 gadi atpakaļ
vecāks
revīzija
7e4212d1fc
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      src/system/UpdateManager.cpp

+ 2 - 0
src/system/UpdateManager.cpp

@@ -54,6 +54,8 @@ QString UpdateManager::HaveUpdate()
   {
     // check if this version has been applied
     QString readyFile(GetPath("_readyToApply", dir, false));
+    QString packagesDir(GetPath("packages", dir, false));
+
     QLOG_DEBUG() << "Checking for:" << readyFile;
 
     QDir packageDir(GetPath("packages", dir, false));