diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-08 01:14:34 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-08 01:14:34 -0500 |
commit | 97204e85173aa7f960cbf088d28a019d9b3ab43e (patch) | |
tree | a1c3cd9eac2f8a2e675ffcbf54c6d67025b0a96d /meta.lua | |
parent | 5e07671ecbb203163964cb0a2ca5ba3ee2ae4170 (diff) | |
download | wix-packaging-97204e85173aa7f960cbf088d28a019d9b3ab43e.tar.gz wix-packaging-97204e85173aa7f960cbf088d28a019d9b3ab43e.tar.bz2 wix-packaging-97204e85173aa7f960cbf088d28a019d9b3ab43e.zip |
start working on the wix image
Diffstat (limited to '')
-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 | } |