aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler_Bundle.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Compiler_Bundle.cs')
-rw-r--r--src/WixToolset.Core/Compiler_Bundle.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler_Bundle.cs b/src/WixToolset.Core/Compiler_Bundle.cs
index 482232c7..40b44bbd 100644
--- a/src/WixToolset.Core/Compiler_Bundle.cs
+++ b/src/WixToolset.Core/Compiler_Bundle.cs
@@ -1404,7 +1404,7 @@ namespace WixToolset.Core
1404 enableSignatureVerification = this.Core.GetAttributeYesNoValue(sourceLineNumbers, attrib); 1404 enableSignatureVerification = this.Core.GetAttributeYesNoValue(sourceLineNumbers, attrib);
1405 break; 1405 break;
1406 case "DpiAwareness": 1406 case "DpiAwareness":
1407 if (node.Name.LocalName != "BootstrapperApplication") 1407 if (node.Name.LocalName != "BootstrapperApplicationDll")
1408 { 1408 {
1409 this.Core.UnexpectedAttribute(node, attrib); 1409 this.Core.UnexpectedAttribute(node, attrib);
1410 } 1410 }