Fix thumbs.db
exclusion
This commit is contained in:
parent
0c08ee555c
commit
3db7fb1ff9
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ class Context {
|
||||||
@(
|
@(
|
||||||
"a",
|
"a",
|
||||||
"-xr!desktop.ini",
|
"-xr!desktop.ini",
|
||||||
"-xr!{t,T}humbs.db",
|
"-xr!thumbs.db",
|
||||||
|
"-xr!Thumbs.db",
|
||||||
$archivePath) + $arguments) `
|
$archivePath) + $arguments) `
|
||||||
-Wait `
|
-Wait `
|
||||||
-NoNewWindow;
|
-NoNewWindow;
|
||||||
|
|
Loading…
Reference in a new issue