diff options
Diffstat (limited to '')
-rw-r--r-- | heimdall-frontend/source/Packaging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall-frontend/source/Packaging.cpp b/heimdall-frontend/source/Packaging.cpp index 39894a5..157195e 100644 --- a/heimdall-frontend/source/Packaging.cpp +++ b/heimdall-frontend/source/Packaging.cpp @@ -560,7 +560,7 @@ bool Packaging::ExtractPackage(const QString& packagePath, PackageData *packageD outputDirectory.setAutoRemove(false); packageData->GetFilePaths().append(decompressedFilePaths); - packageData->SetPackagePath(outputDirectory.path()); + packageData->GetOwnedDirectories().append(outputDirectory.path()); return (true); } } |