Update to latest Data
Rob Mensching committed
Oct 25, 2019 at 00:55 UTC
28f9377dca4072528685269472e25f76ef0d0a55
1 file changed
+1
-1
src/WixToolset.Converters.Tupleizer/ConvertTuples.cs
+1
-1
@@ -42,7 +42,7 @@ namespace WixToolset.Converters.Tupleizer
42
}
43
}
44
45
- return new Intermediate(String.Empty, new[] { section }, localizationsByCulture: null, embedFilePaths: null);
45
+ return new Intermediate(String.Empty, new[] { section }, localizationsByCulture: null);
46
}
47
48
private static Dictionary<int, Wix3.WixMediaRow> IndexWixMediaTableByDiskId(Wix3.Output output)