Pārlūkot izejas kodu

Fix embarrassing copy&paste error

Tobias Hieta 8 gadi atpakaļ
vecāks
revīzija
2a2b647adc
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/system/UpdaterComponent.cpp

+ 2 - 2
src/system/UpdaterComponent.cpp

@@ -319,8 +319,8 @@ QVariantHash UpdaterComponent::parseUpdateData(const QByteArray& data)
           package["manifest"] = packageElement.attribute("manifest");
           package["manifestHash"] = packageElement.attribute("manifestHash");
 
-          package["file"] = packageElement.attribute("manifest");
-          package["fileHash"] = packageElement.attribute("manifestHash");
+          package["file"] = packageElement.attribute("file");
+          package["fileHash"] = packageElement.attribute("fileHash");
 
           package["fileName"] = packageElement.attribute("fileName");