From 86cbba1d765f27845d3f332cec60222e862b502c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 14 Jun 2017 15:50:53 +0200 Subject: Added mimetype icons --- icons/copybreeze.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'icons/copybreeze.sh') 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): for file in files: if any(file == s for s in wantedIcons): copyFile(dir, root, file) + elif "mimetypes" in root: #Except the explicitly mentioned icons we'll also want all mimetypes + copyFile(dir, root, file) -- cgit v1.2.3