Merge remote-tracking branch 'upstream/dev' into dev

This commit is contained in:
2Shirt 2021-10-14 20:34:12 -06:00
commit 8d825b561c
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -60,6 +60,7 @@ LAUNCHERS = {
'L_ITEM': 'FastCopy.exe',
'L_ARGS': (
r' /logfile=%log_dir%\Tools\FastCopy.log'
r' /acl'
r' /cmd=noexist_only'
r' /utf8'
r' /skip_empty_dir'
@ -108,6 +109,7 @@ LAUNCHERS = {
'L_ITEM': 'FastCopy.exe',
'L_ARGS': (
r' /logfile=%log_dir%\Tools\FastCopy.log'
r' /acl'
r' /cmd=noexist_only'
r' /utf8'
r' /skip_empty_dir'