diff options
Diffstat (limited to 'meta.lua')
-rw-r--r-- | meta.lua | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,11 @@ | |||
1 | return { | 1 | return { |
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 | } |