From 57b6eaac1f267ca1a42e3c59c49665d994cfa76a Mon Sep 17 00:00:00 2001 From: neeasade Date: Tue, 17 Jul 2018 13:25:14 -0500 Subject: [PATCH] include luarocks in lua installation (#2399) --- lua.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua.json b/lua.json index 9e40ab2f5e..395c71e7e5 100644 --- a/lua.json +++ b/lua.json @@ -6,7 +6,8 @@ "innosetup": true, "bin": [ "lua.exe", - "luac.exe" + "luac.exe", + "luarocks.bat" ], "depends": [ "innounp"