From a2b1235d9c0dfba48b1badac428d89d1137da698 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 12 Jan 2020 14:06:40 -0800 Subject: Binary Data is now a path value --- src/WixToolset.Core/Compiler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs index 63d28e39..0c3d4c9c 100644 --- a/src/WixToolset.Core/Compiler.cs +++ b/src/WixToolset.Core/Compiler.cs @@ -739,7 +739,7 @@ namespace WixToolset.Core { var tuple = new BinaryTuple(sourceLineNumbers, id) { - Data = sourceFile + Data = new IntermediateFieldPathValue { Path = sourceFile } }; this.Core.AddTuple(tuple); -- cgit v1.2.3-55-g6feb