瀏覽代碼

Fixed DDS association mimetype.

Branimir Karadžić 7 年之前
父節點
當前提交
b6199d9254
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tools/texturev/texturev.cpp

+ 2 - 0
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/%s\n", ext);
 	}
 	}
 
 
+	bx::stringPrintf(str, "xdg-mime default texturev.desktop image/x-dds\n");
+
 	str += "\n";
 	str += "\n";
 
 
 	bx::FileWriter writer;
 	bx::FileWriter writer;