summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta.lua b/meta.lua
index d3ffc58..64e66d8 100644
--- a/meta.lua
+++ b/meta.lua
@@ -11,9 +11,9 @@ build["lua4win-license"] = {
11build["lua4win-dist-lua"] = { 11build["lua4win-dist-lua"] = {
12 image = "image-wix", 12 image = "image-wix",
13 requires = { 13 requires = {
14 {"cicd","lua51-three-debug-mingw64:lua.exe"}, 14 {"cicd","luajit-three-debug-mingw64:lua.exe"},
15 {"cicd","lua51-three-debug-mingw64:lua51.dll"}, 15 {"cicd","luajit-three-debug-mingw64:lua51.dll"},
16 {"cicd","luarocks-51-three-debug-mingw64:luarocks.exe"}, 16 {"cicd","luarocks-jit-three-debug-mingw64:luarocks.exe"},
17 {"cicd","busybox-w32-three-debug-mingw64:busybox.exe"}, 17 {"cicd","busybox-w32-three-debug-mingw64:busybox.exe"},
18 {"cicd","lua4win-license:License.rtf"} 18 {"cicd","lua4win-license:License.rtf"}
19 }, 19 },