diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-11-01 10:59:45 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-11-01 10:59:45 -0700 |
| commit | 2bb37beda887d120a0ddabf874ad25357101faa1 (patch) | |
| tree | c35e97b03274b86cfc9ff7fd2caeee211165a140 /src/WixToolset.Core.Burn/BundleBackend.cs | |
| parent | df7413aeed3aea3425dff20ae0c8b1be3a3ab525 (diff) | |
| download | wix-2bb37beda887d120a0ddabf874ad25357101faa1.tar.gz wix-2bb37beda887d120a0ddabf874ad25357101faa1.tar.bz2 wix-2bb37beda887d120a0ddabf874ad25357101faa1.zip | |
Update to WiX Intermediate Representation
Diffstat (limited to 'src/WixToolset.Core.Burn/BundleBackend.cs')
| -rw-r--r-- | src/WixToolset.Core.Burn/BundleBackend.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.Burn/BundleBackend.cs b/src/WixToolset.Core.Burn/BundleBackend.cs index 0c7f2e8b..f66a3fbe 100644 --- a/src/WixToolset.Core.Burn/BundleBackend.cs +++ b/src/WixToolset.Core.Burn/BundleBackend.cs | |||
| @@ -42,7 +42,7 @@ namespace WixToolset.Core.Burn | |||
| 42 | } | 42 | } |
| 43 | } | 43 | } |
| 44 | 44 | ||
| 45 | public Output Unbind(IUnbindContext context) | 45 | public Intermediate Unbind(IUnbindContext context) |
| 46 | { | 46 | { |
| 47 | string uxExtractPath = Path.Combine(context.ExportBasePath, "UX"); | 47 | string uxExtractPath = Path.Combine(context.ExportBasePath, "UX"); |
| 48 | string acExtractPath = Path.Combine(context.ExportBasePath, "AttachedContainer"); | 48 | string acExtractPath = Path.Combine(context.ExportBasePath, "AttachedContainer"); |
