mirror of
https://github.com/TangentFoxy/.lua-files.git
synced 2024-11-20 21:34:23 +00:00
#31 actually quiet stops PROMPTING, not display
This commit is contained in:
parent
217c39f53f
commit
ee6fab1039
@ -17,7 +17,7 @@ local utility = {}
|
||||
if package.config:sub(1, 1) == "\\" then
|
||||
utility.OS = "Windows"
|
||||
utility.path_separator = "\\"
|
||||
utility.recursive_remove_command = "rmdir /s "
|
||||
utility.recursive_remove_command = "rmdir /s /q "
|
||||
else
|
||||
utility.OS = "UNIX-like"
|
||||
utility.path_separator = "/"
|
||||
|
Loading…
Reference in New Issue
Block a user