mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
.meta files will not be installed for Vortex
This commit is contained in:
parent
036572f7db
commit
97b3296fb9
@ -118,6 +118,9 @@ namespace Wabbajack.Lib
|
||||
ModList.Directives.OfType<InlineFile>()
|
||||
.PMap(Queue,directive =>
|
||||
{
|
||||
if (directive.To.EndsWith(".meta"))
|
||||
return;
|
||||
|
||||
Status($"Writing included file {directive.To}");
|
||||
var outPath = Path.Combine(OutputFolder, directive.To);
|
||||
if(File.Exists(outPath)) File.Delete(outPath);
|
||||
|
Loading…
Reference in New Issue
Block a user