mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 13:03:05 +01:00
Fixed DDS association mimetype.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user