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 41b83d8..6566920 100644
--- a/tools/wixl/wix.vala
+++ b/tools/wixl/wix.vala
@@ -335,6 +335,7 @@ namespace Wixl {
public string SummaryCodepage { get; set; }
public string Comments { get; set; }
public string Description { get; set; }
+ public string InstallScope { get; set; }
public override void accept (WixNodeVisitor visitor) throws GLib.Error {
base.accept (visitor);