summaryrefslogtreecommitdiff
path: root/src/tools/heat/FileHarvester.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/heat/FileHarvester.cs')
-rw-r--r--src/tools/heat/FileHarvester.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/heat/FileHarvester.cs b/src/tools/heat/FileHarvester.cs
index 886b942a..fa4e7061 100644
--- a/src/tools/heat/FileHarvester.cs
+++ b/src/tools/heat/FileHarvester.cs
@@ -80,8 +80,7 @@ namespace WixToolset.Harvesters
80 80
81 string fullPath = Path.GetFullPath(argument); 81 string fullPath = Path.GetFullPath(argument);
82 82
83 Wix.DirectoryRef directoryRef = new Wix.DirectoryRef(); 83 var directoryRef = DirectoryHelper.CreateDirectoryReference(this.rootedDirectoryRef);
84 directoryRef.Id = this.rootedDirectoryRef;
85 84
86 Wix.File file = this.HarvestFile(fullPath); 85 Wix.File file = this.HarvestFile(fullPath);
87 86