wabbajack/Wabbajack.VirtualFileSystem/FileExtractor2
Chris Bessent 5d3b5ef0de Fix compiling with OMODs
Compiling with Oblivion OMODs was failing with the error "Unable to
cast object of type 'Wabbajack.Common.RelativePath' to type
'Wabbajack.Common.AbsolutePath'."

Previously, GatheringExtractWithOMOD was creating ExtractedNativeFiles
by providing the absolute path of the file and the name of the subfolder
(e.g., "C:\downloads\0123\0123_tmp" and "0123_tmp").  This caused the error
seen as a relative path of "0123_tmp" couldn't be converted to an
absolute path.

Now, only the absolute path is provided which seems to work fine.
2021-02-28 00:18:54 -07:00
..
ExtractedFiles Rework file extraction to combine the old and new methods 2020-10-09 21:02:58 -06:00
FileExtractor.cs Fix compiling with OMODs 2021-02-28 00:18:54 -07:00
StreamFactories.cs Patching and extraction works, fewer failing tests 2020-09-05 08:01:32 -06:00