minor fixes, version bump

This commit is contained in:
Lion Kortlepel
2021-07-31 20:19:35 +02:00
committed by Anonymous275
parent a1ca8e0576
commit 3d0d5e9e4c
4 changed files with 23 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ TResourceManager::TResourceManager() {
++i;
File = File.substr(i,pos-i);
}
mTrimmedList += File + ';';
mTrimmedList += "/" + fs::path(File).filename().string() + ';';
mFileSizes += std::to_string(size_t(fs::file_size(entry.path()))) + ';';
mMaxModSize += size_t(fs::file_size(entry.path()));
mModsLoaded++;