Fix Galaxilite

This commit is contained in:
Li 2023-07-16 00:32:15 +12:00
parent 11bc128354
commit e0d10ff685
2 changed files with 3 additions and 5 deletions

View File

@ -1,5 +0,0 @@
All code is hereby entered into the Public Domain
- Abolish Interlectual Property -

View File

@ -224,6 +224,9 @@ namespace McCrypt
if (decKey == null)
continue;
if (Path.GetFileName(relPath).ToLowerInvariant() == "manifest.json")
continue;
Thread thrd = new Thread(() =>
{
string filePath = Path.Combine(baseDirectory, relPath); // Combine pack dir, with file relative path