From b6199d92549c4fd7ca1bf85541b5265b38fac247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 15 Apr 2018 07:57:15 -0700 Subject: [PATCH] Fixed DDS association mimetype. --- tools/texturev/texturev.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/texturev/texturev.cpp b/tools/texturev/texturev.cpp index 8ddb8ff1e..4409f18d0 100644 --- a/tools/texturev/texturev.cpp +++ b/tools/texturev/texturev.cpp @@ -1049,6 +1049,8 @@ void associate() bx::stringPrintf(str, "xdg-mime default texturev.desktop image/%s\n", ext); } + bx::stringPrintf(str, "xdg-mime default texturev.desktop image/x-dds\n"); + str += "\n"; bx::FileWriter writer;