add XCS to heuristic BJNFNE script

This commit is contained in:
Benjamin Funke 2025-03-24 08:29:35 +01:00
commit 91100bbbdf

View file

@ -18,6 +18,9 @@ function main() {
{ ext: ["vmd"], type: "format", name: "Video and Media Data", bin: true },
{ ext: ["mesh"], type: "format", name: "3D Collide Data", bin: true },
{ ext: ["cure"], type: "format", name: "Mesh configuration file", bin: false },
// XPAT formats:
{ ext: ["xcs"], type: "format", name: "XPAT Compiled Script", bin: true },
];
for (var i = 0; i < extensionsDb.length; i++) {