diff options
Diffstat (limited to 'icons/copybreeze.sh')
-rwxr-xr-x | icons/copybreeze.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh index 43bbcf4a..eec1cf1a 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh | |||
@@ -84,3 +84,5 @@ for root, dirs, files in os.walk(dirToWalk): | |||
84 | for file in files: | 84 | for file in files: |
85 | if any(file == s for s in wantedIcons): | 85 | if any(file == s for s in wantedIcons): |
86 | copyFile(dir, root, file) | 86 | copyFile(dir, root, file) |
87 | elif "mimetypes" in root: #Except the explicitly mentioned icons we'll also want all mimetypes | ||
88 | copyFile(dir, root, file) | ||