blob: f93961c9cc803c6ab42d5f44105e9ce38fb6e3c3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
return {
["image-wix"] = {
requires = {
{"git", "wix-on-linux#main"},
{"http","https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip"},
},
produces = {},
export=true,
}
}
|