Skip to content

Commit

Permalink
fix export release from pak not calc hash
Browse files Browse the repository at this point in the history
  • Loading branch information
hxhb committed Aug 4, 2022
1 parent 1c63f11 commit 3f3223d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ void FReleasePakParser::Parser(TSharedPtr<FReleaseParserConf> ParserConf, EHashC
FPaths::NormalizeFilename(FinalFilePath);
currentFile.FilePath.FilePath = FinalFilePath;
currentFile.MountPath = MountFile;
currentFile.GenerateFileHash(HashCalculator);
result.ExternFiles.AddUnique(currentFile);
}
}
Expand Down

0 comments on commit 3f3223d

Please sign in to comment.