diff options
Diffstat (limited to 'src/ext/UI/wixext/UICompiler.cs')
-rw-r--r-- | src/ext/UI/wixext/UICompiler.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/UI/wixext/UICompiler.cs b/src/ext/UI/wixext/UICompiler.cs index 46b856c0..1d845237 100644 --- a/src/ext/UI/wixext/UICompiler.cs +++ b/src/ext/UI/wixext/UICompiler.cs | |||
@@ -90,6 +90,7 @@ namespace WixToolset.UI | |||
90 | // in the UI .wixlib. | 90 | // in the UI .wixlib. |
91 | var platform = this.Context.Platform == Platform.ARM64 ? "A64" : this.Context.Platform.ToString(); | 91 | var platform = this.Context.Platform == Platform.ARM64 ? "A64" : this.Context.Platform.ToString(); |
92 | var source = $"WixUiCa_{platform}"; | 92 | var source = $"WixUiCa_{platform}"; |
93 | this.ParseHelper.CreateSimpleReference(section, sourceLineNumbers, SymbolDefinitions.Binary, source); | ||
93 | 94 | ||
94 | section.AddSymbol(new CustomActionSymbol(sourceLineNumbers, new Identifier(AccessModifier.Global, "WixUIPrintEula")) | 95 | section.AddSymbol(new CustomActionSymbol(sourceLineNumbers, new Identifier(AccessModifier.Global, "WixUIPrintEula")) |
95 | { | 96 | { |