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;