summaryrefslogtreecommitdiffstats
path: root/tools/wixl/wix.vala
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-07-11 18:24:15 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-07-11 18:26:27 +0200
commit8d63b8cf8f59000f02cbac8077056e63678694de (patch)
tree338e5dd61f7e391d52b3efb30bb941d6a05fde78 /tools/wixl/wix.vala
parentfe1ff88578970535ecbf179efef5e15affd54070 (diff)
downloadmsitools-8d63b8cf8f59000f02cbac8077056e63678694de.tar.gz
msitools-8d63b8cf8f59000f02cbac8077056e63678694de.tar.xz
msitools-8d63b8cf8f59000f02cbac8077056e63678694de.zip
wixl: add Directory support to ComponentGroup
Diffstat (limited to 'tools/wixl/wix.vala')
-rw-r--r--tools/wixl/wix.vala3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/wixl/wix.vala b/tools/wixl/wix.vala
index eaf3d56..7ac3172 100644
--- a/tools/wixl/wix.vala
+++ b/tools/wixl/wix.vala
@@ -264,6 +264,9 @@ namespace Wixl {
typeof (WixComponentGroupRef),
});
}
+
+ public string Directory { get; set; }
+
}
public class WixFragment: WixElement {