Skip to content

Commit

Permalink
Use completeBaseName for created archives.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liderate committed Jul 15, 2024
1 parent 96f2c12 commit 207a3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BsaPackerWorker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace BsaPacker
const QFileInfo fileInfo(this->m_ArchiveNameService->GetArchiveFullPath(type, modDto.get()));
bool res = this->m_ArchiveAutoService->CreateBSA(archive.get(), fileInfo.absoluteFilePath(), type);
if (res) {
createdArchives.append(fileInfo.baseName());
createdArchives.append(fileInfo.completeBaseName());
}
}
}
Expand Down

0 comments on commit 207a3f0

Please sign in to comment.