summaryrefslogtreecommitdiffstats
path: root/tools/wixl/wix.vala
diff options
context:
space:
mode:
Diffstat (limited to 'tools/wixl/wix.vala')
-rw-r--r--tools/wixl/wix.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/wixl/wix.vala b/tools/wixl/wix.vala
index 55f3574..dee6947 100644
--- a/tools/wixl/wix.vala
+++ b/tools/wixl/wix.vala
@@ -296,6 +296,7 @@ namespace Wixl {
public string Key { get; set; }
public string Type { get; set; }
public string Name { get; set; }
+ public string Win64 { get; set; }
public override void accept (WixNodeVisitor visitor) throws GLib.Error {
visitor.visit_registry_search (this);