mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
renable disabled code
This commit is contained in:
parent
ab3c87975c
commit
800604a151
@ -580,7 +580,7 @@ namespace Wabbajack
|
||||
|
||||
Status($"Generating patch of {filename}");
|
||||
using (var ms = new MemoryStream()) {
|
||||
//BSDiff.Create(File.ReadAllBytes(game_file), File.ReadAllBytes(source.AbsolutePath), ms);
|
||||
BSDiff.Create(File.ReadAllBytes(game_file), File.ReadAllBytes(source.AbsolutePath), ms);
|
||||
result.SourceData = ms.ToArray().ToBase64();
|
||||
}
|
||||
Info($"Generated a {result.SourceData.Length} byte patch for {filename}");
|
||||
|
Loading…
Reference in New Issue
Block a user