Fix thumbs.db exclusion

This commit is contained in:
Manuel Thalmann 2023-06-09 18:21:26 +02:00
parent 12480c30e1
commit 0a4ea5a504

View file

@ -27,7 +27,8 @@ class Context {
@(
"a",
"-xr!desktop.ini",
"-xr!{t,T}humbs.db",
"-xr!thumbs.db",
"-xr!Thumbs.db",
$archivePath) + $arguments) `
-Wait `
-NoNewWindow;