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 717062b..1419090 100644
--- a/tools/wixl/wix.vala
+++ b/tools/wixl/wix.vala
@@ -916,6 +916,7 @@ namespace Wixl {
public string BinaryKey { get; set; }
public string DllEntry { get; set; }
public string HideTarget { get; set; }
+ public string JScriptCall { get; set; }
public override void accept (WixNodeVisitor visitor) throws GLib.Error {
visitor.visit_custom_action (this);