Fixed DDS association mimetype.

This commit is contained in:
Branimir Karadžić
2018-04-15 07:57:15 -07:00
parent 27e8c94e0f
commit b6199d9254

View File

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