fix: add .exe extension to EVB to fix priority

See implementation of FormatCatalog.Instance.FindFormats<ArchiveFormat> for details.
This commit is contained in:
scientificworld
2026-01-26 19:25:28 +08:00
parent c1bef5d0b2
commit 54023174b6

View File

@@ -48,6 +48,7 @@ namespace GameRes.Formats.Enigma {
public EvbPackOpener() { public EvbPackOpener() {
Signatures = new uint[] { 0x425645, 0x905a4d, 0 }; Signatures = new uint[] { 0x425645, 0x905a4d, 0 };
Extensions = new[] { "exe" };
} }
public override ArcFile TryOpen(ArcView file) { public override ArcFile TryOpen(ArcView file) {