Fix thumbs.db exclusion

This commit is contained in:
Manuel Thalmann 2023-06-09 18:21:26 +02:00
parent 0c08ee555c
commit 3db7fb1ff9

View file

@ -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;