diff options
Diffstat (limited to 'meta.lua')
-rw-r--r-- | meta.lua | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,11 +1,20 @@ | |||
1 | 1 | ||
2 | local build = {} | 2 | local build = {} |
3 | build["lua4win-license"] = { | ||
4 | image = "image-pandoc", | ||
5 | requires = {}, | ||
6 | produces = { | ||
7 | ["License.rtf"] = true, | ||
8 | }, | ||
9 | entrypoint="license", | ||
10 | } | ||
3 | build["lua4win-dist-lua"] = { | 11 | build["lua4win-dist-lua"] = { |
4 | image = "image-wix", | 12 | image = "image-wix", |
5 | requires = { | 13 | requires = { |
6 | {"cicd","luajit-three-debug-mingw64:luajit.exe"}, | 14 | {"cicd","luajit-three-debug-mingw64:luajit.exe"}, |
7 | {"cicd","luajit-three-debug-mingw64:lua51.dll"}, | 15 | {"cicd","luajit-three-debug-mingw64:lua51.dll"}, |
8 | {"cicd","luarocks-jit-three-debug-mingw64:luarocks.exe"}, | 16 | {"cicd","luarocks-jit-three-debug-mingw64:luarocks.exe"}, |
17 | {"cicd","lua4win-license:License.rtf"} | ||
9 | }, | 18 | }, |
10 | produces = { | 19 | produces = { |
11 | ["lua4win.msi"] = true, | 20 | ["lua4win.msi"] = true, |