Add /I to xcopy token replacement to avoid "file or directory?" prompts
This commit is contained in:
parent
fbdceb7f0a
commit
59568aeeb1
@ -446,7 +446,7 @@
|
||||
copy = function(v) return "cp -r " .. v end,
|
||||
},
|
||||
windows = {
|
||||
copy = function(v) return "xcopy /Q /E /Y " .. path.translate(v) end,
|
||||
copy = function(v) return "xcopy /Q /E /Y /I " .. path.translate(v) end,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user