summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta.lua')
-rw-r--r--meta.lua9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta.lua b/meta.lua
index 8acb314..b7e2102 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,6 +1,11 @@
1return { 1return {
2 ["wix"] = { 2 ["image-wix"] = {
3 requires = {}, 3 requires = {
4 {"git", "wix"},
5 {"git", "wix-on-linux"},
6 {"http","https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip"},
7 },
4 produces = {}, 8 produces = {},
9 export=true,
5 } 10 }
6} 11}