Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): create root directory before extracting files
This fixes a bug where files in the root directory of an archive would not be extracted if they are encountered before any other directory. The reason is that QFile::open() cannot create directories.
- Loading branch information