aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.bat b/install.bat
index ba4a12fd..61ee164d 100644
--- a/install.bat
+++ b/install.bat
@@ -1163,6 +1163,7 @@ if USE_MINGW then
1163end 1163end
1164f:write("}\n") 1164f:write("}\n")
1165f:write("verbose = false -- set to 'true' to enable verbose output\n") 1165f:write("verbose = false -- set to 'true' to enable verbose output\n")
1166f:write("fs_use_modules = false -- prevent LuaRocks itself from using installed modules and blocking their files from removal \n")
1166f:close() 1167f:close()
1167 1168
1168print(S"Created LuaRocks config file: $CONFIG_FILE") 1169print(S"Created LuaRocks config file: $CONFIG_FILE")