include luarocks in lua installation (#2399)

This commit is contained in:
neeasade 2018-07-17 13:25:14 -05:00 committed by Ross Smith II
parent 5cec306588
commit 57b6eaac1f

View File

@ -6,7 +6,8 @@
"innosetup": true,
"bin": [
"lua.exe",
"luac.exe"
"luac.exe",
"luarocks.bat"
],
"depends": [
"innounp"