diff --git a/Confuser.Core/Packer.cs b/Confuser.Core/Packer.cs index c330f6184..e7f0105ed 100644 --- a/Confuser.Core/Packer.cs +++ b/Confuser.Core/Packer.cs @@ -83,7 +83,7 @@ protected void ProtectStub(ConfuserContext context, string fileName, byte[] modu throw new ConfuserException(ex); } - context.OutputModules = new[] { File.ReadAllBytes(Path.Combine(outDir, fileName)) }; + context.OutputModules = new[] { File.ReadAllBytes(Path.Combine(tmpDir, fileName)) }; context.OutputPaths = new[] { fileName }; } } @@ -177,4 +177,4 @@ protected override void GetPluginsInternal(ConfuserContext context, IList