diff options
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"); |