diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-11-11 01:40:34 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-11-11 01:40:34 -0800 |
| commit | 414bf166e07703056ad186fa8ec23a4119dd9993 (patch) | |
| tree | 960aa302bcc3b7d80db3f2cdd87462251790f091 /src/WixToolset.Data/Tuples/WixFileTuple.cs | |
| parent | 69b15d96cebdbb7201b1849b4f62786633d70b8d (diff) | |
| download | wix-414bf166e07703056ad186fa8ec23a4119dd9993.tar.gz wix-414bf166e07703056ad186fa8ec23a4119dd9993.tar.bz2 wix-414bf166e07703056ad186fa8ec23a4119dd9993.zip | |
Additional IR updates
Diffstat (limited to 'src/WixToolset.Data/Tuples/WixFileTuple.cs')
| -rw-r--r-- | src/WixToolset.Data/Tuples/WixFileTuple.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/Tuples/WixFileTuple.cs b/src/WixToolset.Data/Tuples/WixFileTuple.cs index 5ffc5d7f..88dc4c82 100644 --- a/src/WixToolset.Data/Tuples/WixFileTuple.cs +++ b/src/WixToolset.Data/Tuples/WixFileTuple.cs | |||
| @@ -133,7 +133,7 @@ namespace WixToolset.Data.Tuples | |||
| 133 | 133 | ||
| 134 | public string Source | 134 | public string Source |
| 135 | { | 135 | { |
| 136 | get => (string)this.Fields[(int)WixFileTupleFields.Source]?.Value; | 136 | get => this.Fields[(int)WixFileTupleFields.Source].AsPath()?.Path; |
| 137 | set => this.Set((int)WixFileTupleFields.Source, value); | 137 | set => this.Set((int)WixFileTupleFields.Source, value); |
| 138 | } | 138 | } |
| 139 | 139 | ||
